body {
  -webkit-print-color-adjust: exact;
  padding-top: 0 !important;
  height: auto !important;
}

header, footer {
  display: none !important;
}

.print--none {
  display: none;
}

.print {
  size: A4 landscape;
  page-break-before: auto;
  margin-bottom: 0 !important;
}
