@media print {


html,body,*{
	background-color: white !important;
}
.logo img{
	width: 200px;
	height: auto;	
}
.print_hide{
	display: none !important;
}
.print_url{
	display: block !important;
}
.print_100{
	width: 100% !important;
}
.print_white{
	background-color: white !important;
}
.header,.header_left{
	height: 80px !important;
}
.match_heights.print_hide.mhL.left.bg_blue0.padT2.padB2{
	display: none !important;
}



/* ----------------
	----- end -------
	----------------*/



}
