@charset "utf-8";
/* rishu print 202412 */

@media print{
    body {
        /* overflow-x: visible !important; */
        overflow-y: visible !important;
     }

    #page_top{
        display: none !important;
    }
    #pankuz {
        padding-top: 0px !important;
    }
    .accordionlist p {
        display: block !important;
    }
    
    
    section#other section {
    width: 100%;
/*    margin: 0 15px 30px;*/
}
    
    #container header .navigation2,
#container header #navigation3,
#container header nav,
#container #title .breadcrumb,
#container .link,
.gotop,
#container footer #quicklinks,
#container footer .banner_links,
#container .request_box,
#container footer #siteinfo,
#container .print_btn,
#container .anchor_area,
#container #title {
	display: none;
}
    
    #container header h1 a,
#container header #logo a {
	background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
    
} 
