/* Application styles */

@media print {
  body {
    background: white !important;
  }

  .quote-chrome {
    display: none !important;
  }

  main {
    max-width: none !important;
    padding: 0 !important;
  }

  .quote-print-page {
    max-width: none !important;
    padding: 0 !important;
  }

  a {
    color: inherit !important;
    text-decoration: none !important;
  }
}
