#item {
    overflow-x: auto;
}

#item a {
    color: #333;
}

#item .a_tab {
    padding: .5em;
    text-decoration: none;
    color: #fff;
    background: #2575a6;
    margin-right: .25em;
    margin-bottom: .25em;
    white-space: nowrap;
    display: inline-block;
}

#item .a_tab.selected {
    color: #333;
    background: #ccc;
}

#item table:not(.rate-table) {
    width: 100%;
    border: 0;
    margin-left: auto;
    margin-right: auto;
}

#item table:not(.rate-table) tbody tr td,
#item table:not(.rate-table) tbody tr th {
    text-align: center;
    vertical-align: middle;
    height: 35px;
    min-height: 35px;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #fff;
}

#item table:not(.rate-table) tbody tr th {
    background: #2575a6;
    color: #fff;
}

#item table:not(.rate-table) tbody tr td {
    background: #ccc;
    color: #333;
}

#item h1 {
    color: #2575a6;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 10px 0;
}

#item h4 {
    color: #2575a6;
    text-align: center;
    padding: 0;
}

#item ul {
    padding: 0;
}

#item ul li {
    color: #333;
    display: block;
    padding: 5px 0 5px 10px;
}

.rate-table-container {
    overflow-x: auto;
}

.rate-table {
    width: 100%;
    min-width: 1140px;
    /*border-spacing: 0;
    border-collapse: collapse;*/
}

.rate-table th,
.rate-table td {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.rate-table__head td,
.rate-table__head th {
    color: #fff;
    background: #2575a6;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    /*border: 1px solid #184c6c;*/
}

.rate-table__row td,
.rate-table__row th {
    padding: 20px 15px;
    background: #ccc;
}

.rate-table__row.rate-table__row_with-bg td,
.rate-table__row.rate-table__row_with-bg th {
    background: #f1f1f1;
}

#item h1.header_rate-page.rainbow-text{
    background: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}