/* BEGIN wpcp_print_page_preventer_script */
		@media print {
			body * { display: none !important;}
			body:after {
				content: "Non ti è consentito stampare questa pagina!"; }
			}
/* END wpcp_print_page_preventer_script */

