﻿#rates h2
{
    margin: 20px 0 5px 0;
}
#rates h4
{
    margin: 0;
}

.general-rates
{
    width: 90%;
    font-size: 0.9em;
    margin-top: 10px;
}
.general-rates th 
{
    text-align: left;
    white-space: nowrap;
}

.general-rates th.fees,
.general-rates td 
{
    text-align: right;
}
.general-rates td.details ol li
{
    margin-left: 150px;
    list-style-type: none;
}

.general-rates  td.details
{
    text-align: left;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    padding: 10px 0 10px 15px;    
    background: #EFEFEF;
}
.general-rates sup
{
    font-size: 0.8em;
    font-weight: normal;
}
