.rates-page .price_item_container_row {
    max-width: 1140px;
}

.rates-page .table {
    font-size: 14px;
}

.rates-page .table th,
.rates-page .table td {
    padding: 12px 8px;
    vertical-align: middle;
}

.rates-page .table thead th {
    vertical-align: bottom;
}

.rates-page .table small {
    display: inline-block;
    font-size: 11px;
    line-height: 1.4;
}

.rates-page .rates-table td,
.rates-page .membership-table td {
    white-space: nowrap;
}

.rates-page .membership-table th[scope="row"] {
    font-weight: normal;
}

.rates-page .membership-heading th {
    padding-top: 24px;
}

.rates-page .expiration-table {
    color: #98826a;
}

.rates-page .expiration-table th:last-child,
.rates-page .expiration-table td:last-child {
    text-align: center;
}

.rates-page .refund-policy {
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 575.98px) {
    .rates-page .table {
        font-size: 12px;
    }

    .rates-page .table th,
    .rates-page .table td {
        padding: 10px 4px;
    }

    .rates-page .table small {
        font-size: 10px;
    }
}
