@media print {
  .print {
    display: none;
  }
  main .container {
    max-width: 98% !important;
  }
}

/*# sourceMappingURL=print.css.map */
