<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table, .noprint {
    width: 100%
}

th {
    text-align: left
}

table thead &gt; tr &gt; th, table tbody &gt; tr &gt; th, table tfoot &gt; tr &gt; th, table thead &gt; tr &gt; td, table tbody &gt; tr &gt; td, table tfoot &gt; tr &gt; td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd
}

table tfoot &gt; tr &gt; td {
    text-align: right
}

input[type="radio"], input[type="checkbox"] {
    margin: 8px 0 0 8px;
    cursor: pointer
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }

    .hidden-print {
        display: none !important
    }

    tr.hidden-print {
        display: none !important
    }

    th.hidden-print, td.hidden-print {
        display: none !important
    }

    .topnav, .mainnav, .footer, .contact-layer, .mainnav__hamburger, .breadcrumbs, #launcher {
        display: none !important;
    }

    #app {
        font-family: Calibri, sans-serif;
    }
}

.center {
    display: block;
    margin: 0 auto;
}

.score-result {
    position: absolute;
    line-height: 30px;
}

.qr-code {
    float: right;
    width: 150px;
}</pre></body></html>