/* =============================================================================
   Print Styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6, p { color : #000 !important; }
p { font-size : 11px !important; line-height : 16px !important; }
a { color : #5E5F61 !important; text-decoration : none !important; font-family : Arial !important; font-size : 11px !important; }
.logoAndSlogan h1 { display : none; }
.linksAndSearch { display : none; }
.leftSidebar { display : none; }
footer .links { display : none; }

@media print {
	img { max-width : 100% !important; }
	@page {
		/*margin : 0.5cm;*/
	    /*margin-top: 0.5cm;*/
	    /*margin-top: 2cm;*/
        @bottom-right {
        content: counter(page) " of " counter(pages);
       }
	}

	h1, h2, h3 { page-break-after : avoid; }
    .cookie-disclaimer{ display: none;}
    .menu-container{ display: none;}
    .header{ display: none;}
    .logoAndSlogan{ display: none;}
    .legal{ display: none;}


    
}