@media print {
  .actions-menu,
  #cookie_strip,
  #sidebar,
  a.back,
  #navibar,
  input,
  button,
  a.btn,
  .print-button {
    display: none !important;
  }
  body,
  input,
  td,
  th,
  textarea {
    font-size: 10px;
  }
  table#products th,
  table.data th,
  table.pdata th {
    font-size: 9px;
  }
  table.table-bordered {
    caption-side: bottom;
    border-collapse: collapse;
  }
  table.table-bordered td,
  table.table-bordered th {
    border: 0.2px solid #000;
  }
  body {
    margin: 0.5 cm;
  }
  #header {
    padding: 0.2cm 0;
  }
  #header img.logo {
    width: 6cm;
  }
  #header,
  #hearder.min {
    position: relative !important;
  }
}
