
.dont-print{display:none;}

@media print {
    table:has(.head) thead {
        display: none;
    }
}