@media print {
	*.forscreen	{ 
		display: none; 
	}
	* {
		color: #000000 !important;
		background: transparent !important;
	}
	.whf,
	.hf {
		height: auto !important;
	}
}