/***
 *	2019-01-21
 */

@media print {
    
	* {
		background: none !important;
        box-shadow: none !important;
		color: black !important;
		text-shadow: none !important;
 
        /* Images, vectors and such */
		filter: Gray();								/* IE4-8: depreciated */
		filter: url( 'desaturate.svg#grayscale' );	/* SVG version for IE10, Firefox, Safari 5 and Opera */
		-webkit-filter: grayscale( 100% );			/* Chrome + Safari 6 */
		-moz-filter: grayscale( 100% );				/* Future proof */
		-ms-filter: grayscale( 100% );				/* Future proof */
		-o-filter: grayscale( 100% );					/* Future proof */
		filter: grayscale( 100% );					/* Future proof or polyfilled */
	}
 
	a { text-decoration: underline }
 
    a[href]:after { content: " (" attr(href) ")" }
 
    a[href="#"],
    a[href="javascript:"] { content: "" }
	
	abbr[title]:after { content: " (" attr(title) ")" }
	
	thead { display: table-header-group }

	tr, img { page-break-inside: avoid }

	@page { margin: 0.5cm }

	p, h2, h3 { orphans: 3; widows: 3 }

	h2, h3 { page-break-after: avoid }
}
