/* Hide nav when printing */
@media print {
nav, .d-print-none { display: none !important; }
.label-a6 { width: 45mm; height: 28mm; }
}