/* For print media */


/* Already exists in Protostar template */
/* Needed for other templates */
@media print {
    
    body {
        -webkit-print-color-adjust:exact;    
    }
    
	.visible-print {
		display: inherit !important;
	}
	.hidden-print {
		display: none !important;
	}
}