/* Printing media query css*/
@media print{
	.page-template-payment_invoice header, .page-template-payment_invoice h4, .page-template-payment_invoice .breadcrumb, .page-template-payment_invoice .survey, .page-template-payment_invoice footer, .page-template-payment_receipt header, .page-template-payment_receipt h4, .page-template-payment_receipt .breadcrumb, .page-template-payment_receipt .survey, .page-template-payment_receipt footer{
		display:none; 
	}
}