@media print {
	body {
		font-size: 12pt;
	}
	
	h1 {
    font-size: 2rem;
	}

	h2 {
		font-size: 1.7rem;
		
	}

	header, footer, nav, fill, #copyright_tooltip {
		display: none !important;
	}

	.print-only {
		display: block !important;
	}

	.screen-only {
		display: none !important;
	}
}