/* Served as a static file (not minified). Zero @page margin hides Chrome date/URL/page headers. */
@page {
  size: auto;
  margin: 0 !important;
}
@media print {
  @page {
    size: auto;
    margin: 0 !important;
  }
  html,
  body {
    margin: 0 !important;
  }
}
