
/* CSS Document */

@media print {
   body {
      color: #000;
      background: #fff;
   }
   
  comboNav, nav, sf-menu, stateLinks, gov, sidebar, footer, footer-bottom {
      display: none;
   }
   
   body, page-content, content, main {
      width: 100%;
      margin: 0;
      padding: 0;
   }

   @page {
      margin: 2cm;
   }
   
   img {
   max-width: 100% !important;
}

h1,h2,h3 {
   page-break-after: avoid;
}

img {
   page-break-inside: avoid;
}
   
}