/** Styles applied to PRINT PREVIEW/PRINT ONLY **/
@MEDIA print {
	
	.printControls {
		display:none;
	}

}	