@page {
  size: A4;
  margin: 1cm 10px;
  size: auto landscape;
}

@media print {
  body {
    width: 30cm;
    opacity: 1;
  }
  .wrapper {
    padding-top: 0 !important;
  }
  #header {
    position: relative !important;
    top: 0;
  }
  .text-hide {
    display: none;
  }
}
