@media only print{
	
	.hidePrint{
		display: none!important;
	}
	
	*{
		color: black!important;
	}
	
	.showPrint{
		display: block!important;
	}
	
}