<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wy-table-responsive table td {
    white-space: normal !important;
}
.left-then-all-centered-cell-text-alignment tbody td {
    text-align: center;
}
.left-then-all-centered-cell-text-alignment tbody td:first-child {
    text-align: left;
}
.wide-table {
    width: 104vw;
    overflow-x: auto;
    max-width: 1400px;
}
.wide-table-parent {
    width: calc(100vw - 400px);
}
.center-align-header-text thead {
    text-align: center !important;
    vertical-align: middle !important;
}

@media only screen and (max-width: 1250px) and (min-width: 769px) {
    .wide-table {
        width: 1300px;
        overflow-x: auto;
    }
    .wide-table-parent {
        width: calc(100vw - 400px);
    }
}
@media only screen and (max-width: 1100px) and (min-width: 769px) {
}
@media only screen and (max-width: 768px) {
    .wide-table {
        width: 1300px;
        overflow-x: auto;
    }
    .wide-table-parent {
        width: 90vw;
    }
}
</pre></body></html>