/*Print Design*/

@media print {
    @page {
        margin:10px !important; 
      }

    body.path-connect :is(.header-wrap, .inner__page__banner, .views-exposed-form, .footer-section, .print-and-download-sec) {display: none;}
    nav.mainmenu:before{display: none;}
    .innerpage-section .scroll-table1 table tbody td, .innerpage-section table tbody td{font-size: 12px;}
    .innerpage-section .scroll-table1 table > caption, .innerpage-section table > caption{color: #000000;}
}