@page {
    size: auto;

    margin: 3mm;
}

html, body {
    font-family: Arial, sans-serif;
    font-size: 13px;
}

h1 {
    font-weight: bold;
    font-size: 26px;
}

.row {
    margin: 0 30px 0 30px; 
}

.nav { display: none; }
.offcanvas-nav { display: none; }
.modal { display: none; }
.fixed-misc-top-right-container { display: none; }

.for-screen { display: none; }
.for-print { display: block; }

input { border: none; margin-bottom: 16px;}
textarea { border: none; margin-bottom: 16px; resize: none;}
select { border: none; margin-bottom: 16px; -webkit-appearance: none;}

.print-label {
    float: left;
}

.print-two-per-row {
    float: left;
    width: 50%;
}

.print-three-per-row {
    float: left;
    width: 33%;
}

.print-five-per-row-label {
    float: left;
    width: 30%;
}

.print-five-per-row {
    float: left;
    width: 17%;
}
