/* END wpcp_print_page_preventer_script */

/* BEGIN wpcp_print_page_preventer_script */
@media print {
	body * {
		display: none !important;
	}
	
	body:after {
		content: "You are not allowed to print this page!";
	}
}
