@media print {
  body {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  #page-header,
  #go-back-link,
  .table-actions,
  .print-button {
    display: none !important;
  }

  table.product-table tr {
    th.id {
      width: 55px;
    }

    th.time {
      width: 40px;
    }

    th.amount {
      width: 25px;
    }

    th.flag, th.people {
      width: 70px;
    }
  }

  th.more,
  td.more {
    display: none;
  }

  .tables.under-modal {
    display: none !important;
  }
}
