@media print {
	/* Fix for printing backgrounds in IE */
	* {
		filter: none !important;
	}

	#searchForm {
		display: none;
	}
}