
.custom_table {
    --gotrip-table-color: #54C7E6;
    --kiss-table-color: #EE8C98;
    --more-table-color: #F1A7AF;
    --nm-table-color: #052243;
    --os-table-color: #40abeb;
    --ssw-table-color: #13433C;
    --ww-table-color: #ED8422;
    --ed-table-color: #203698;
}

.tablepress_scroll_div.custom_table {
    overflow: auto;
    touch-action: auto;
    overflow-anchor: none;
}

.tablepress_scroll_div.custom_table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #ddd;
}

.tablepress_scroll_div.custom_table th,
.tablepress_scroll_div.custom_table td {
    padding: 6px;
    padding: 0.42857rem;
    text-align: left;
    max-width: 6.2rem;
}

@media screen and (min-width: 480px) {

    .tablepress_scroll_div.custom_table th,
    .tablepress_scroll_div.custom_table td {
        padding: 12px;
        padding: 0.85714rem;
        min-width: 5.6rem;
    }
}

.tablepress_scroll_div.custom_table tbody td {
    font-size: 16px !important;
}

.tablepress_scroll_div.custom_table tbody td a {
    font-size: 16px !important;
}

.tablepress_scroll_div.custom_table table tbody tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}

.tablepress_scroll_div.custom_table table tr {
    border-top: 1px dotted #b2b2b2;
}

.tablepress_scroll_div.custom_table table td {
    border: 0;
}

.tablepress_scroll_div.custom_table.gotrip_table thead {
    background-color: var(--gotrip-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.ed_table thead {
    background-color: var(--ed-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.kiss_table thead {
    background-color: var(--kiss-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.more_table thead {
    background-color: var(--more-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.nm_table thead {
    background-color: var(--nm-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.ssw_table thead {
    background-color: var(--ssw-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.os_table thead {
    background-color: var(--os-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.ww_table thead {
    background-color: var(--ww-table-color);
    color: #fff;
    font-weight: bold;
}

.tablepress_scroll_div.custom_table.gotrip_table thead a,
.tablepress_scroll_div.custom_table.ed_table thead a,
.tablepress_scroll_div.custom_table.kiss_table thead a,
.tablepress_scroll_div.custom_table.more_table thead a,
.tablepress_scroll_div.custom_table.nm_table thead a,
.tablepress_scroll_div.custom_table.ssw_table thead a,
.tablepress_scroll_div.custom_table.os_table thead a,
.tablepress_scroll_div.custom_table.ww_table thead a{
color:#fff;
}