<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /* color: #d7d7d8;
    background-color: #e3e6e8; */
    break-inside: auto;
    break-after: avoid;
    break-before: avoid;
    page-break-inside: auto;
    page-break-after: avoid;
    page-break-before: avoid;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;

}

html, body {
    height: 99%;    
}

a[href]:after {

    content: none !important;

}

table {
    page-break-inside: auto;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; 
}

tr {
    page-break-inside: auto;
    page-break-after: auto;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; 

}

thead {
    display: table-header-group;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; 
}

tfoot {
    display: table-footer-group;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; 
}

table {
    page-break-after: auto;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; 
}

tr {
    page-break-inside: auto;
    page-break-after: auto;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; 
}

td {
    page-break-inside: auto;
    page-break-after: auto;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; 
}

thead {
    display: table-header-group;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; 
}

tfoot {
    display: table-footer-group;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; 
}
</pre></body></html>