@media print {
  .press__page {
    margin: 0 !important;
  }

  .press__top,
.press__print {
    display: none !important;
  }

  .press__table {
    width: 100% !important;
  }
  .press__table tr td:first-child {
    width: 20% !important;
  }
  .press__table tr .press__surface {
    width: 10% !important;
  }
  .press__table tr .press__surface a {
    display: none !important;
  }
  .press__table tr .press__surface .print__image__print {
    display: block !important;
  }
  .press__table tr .press__surface .print__image__print img {
    border: 2px solid silver;
    vertical-align: middle;
  }
  .press__table tr:nth-child(6) {
    page-break-before: avoid;
  }
}

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