* { background: transparent !important; color: black !important; text-shadow: none !important; }

a, a:visited { color: #444 !important; text-decoration: underline; }

abbr:after { content: " (" attr(title) ")"; }

pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }

thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 

tr, img { page-break-inside: avoid; }



@page {
	size: A4 portrait;
	margin: 2cm 1cm;

	}

@page portrait {
	size: A4 portrait;
	margin: 2cm 1cm;

	
	
}

@page landscape {
	size: A4 landscape;
	margin: 2cm 1cm;

	
}


div.landscape { page: landscape; width: 27.5cm; }
div.portrait { page: portrait; width: 18.8cm; }
 
.printHidden, .header, .footer, .visuallyhidden{ display: none; }
.container { width: 100%; border: none; overflow: visible; }

.printOnly { display: block !important;}

.icon-hazard:after {content: " * ";}