<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table td {
    padding: 1px 3px 0px 3px;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
}

.table th {
    background-color: #1f71b8 !important;
    color: white !important;
    text-align: center;
    padding: 0.5rem;
    white-space: nowrap;
}

.table {
    font-size: 0.85rem;
    table-layout: fixed;
}

.public-table td{
    padding: 10px 3px 10px 3px;
}

@media only screen and (max-width: 600px) {
    #myTable {
        font-size: 0.8rem !important;
    }
    #myTable thead {
        font-size: 0.7rem !important;
    }
    .table-btn {
        font-size: 0.7rem;
    }
    .not-mobile {
        display: none;
    }
}

.table-img{
    max-height: 100px;
}</pre></body></html>