/* rates */
.rates {
    width: 620px;
    line-height: 15px;
}

.rates .table {
    box-shadow: 0 2px 4px -1px #C8C8C8;
    border-radius: 6px;
    margin-bottom: 42px;
}

.rates .table th {
    background: #9B9C95;
    color: #fff;
    vertical-align: middle;
    border: 0;
    padding: 8px 8px 6px;
}

.rates .table th:first-child {
    border-radius: 6px 0 0 0;
}

.rates .table th:last-child {
    border-radius: 0 6px 0 0;
}

.rates .table tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.rates .table tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.rates .table td {
    background: #E9E9E5;
    border: 0;
    padding: 8px;
    line-height: 1.5;
}

.rates .table .even td {
    background: #f1f1f1;
}

.rates .table .even .td-action {
    background: #E9E9E5;
}

.rates .table .td-action {
    background: #D7D7D4;
    width: 141px;
}

.rates ol {
    list-style: decimal;
}

.rates ol li {
    font-weight: normal;
    line-height: 1.5;
}

.rates sup a {
    color: #c41d39;
    font-size: 12px;
}

.rates sup a:hover {
    text-decoration: none;
}

.rates .note {
    margin: -31px 0 15px 10px;
}

.rates .ol-second {
    margin-left: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    list-style: decimal;
}

.rates .ol-second ol {
    margin-left: 12px;
    margin-bottom: 0;
    padding: 0;
    list-style: decimal;
}

@media (width < 500px) {
    .rates .ol-second {
        margin-left: 0;
        padding-left: 15px;
    }
}