@media print {
  *, *:before, *:after {
    color: inherit !important; } }

@media print {
  body {
      padding: 0;
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
      background-color: #fff !important; }
  html, body {
      height: auto; }
  .d-print-none {
      display: none !important; }
  .container {
      width: 297mm !important; } }

@page {
  size: A4 landscape;
  margin: 6mm; }
