@media print {
	*.forscreen	{ 
		display: none; 
	}
	* {
		color: #000000 !important;
		background: transparent !important;
	}
	.whf,
	.hf {
		height: auto !important;
	}
	.game_protocol {
		width: 100%;
	}
	.game_protocol .table2_border {
		border: none !important;
	}
	.game_protocol .table2 {
		border: 1px solid #cdcdcd !important;
	}
	.game_protocol a {
		color: #000000 !important;
		border-bottom: none !important;
	}
}