/* print.css */
header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
    display: none;
  }

@page {
    margin: 1cm;
    margin-left: -1cm;
    margin-right: -1cm;
  }
  

  /* target left (even-numbered) pages only
  @page :left {
    margin-right: 1cm;
  }
  
  /* target right (odd-numbered) pages only */
  /* @page :right {
    margin-left: 1cm;
  } */

.pagebreak { 
    page-break-before: always;
}

body {
    background-color: #fff !important;
}