.noPrint {
	display: none !important; 
}
.pageBreak {
	display: block;
	page-break-before: always;
}
.showOnPrint {
	display: block;
}