@media print {
	* { color: #000 !important; font-size: .6rem; line-height: 1rem; text-decoration: none; }
    h1, h2, h3, h4, body, p, a, small, label { font-size: 100%; }
	nav h2 { display: none; }
    header { display: none; }
    body>header { margin-bottom: 1rem;}
    footer { display: none; }
    .breadcrumbs { display: none; }
    section { margin-bottom: 0; }
}
