﻿.rate-title h1
{
    margin-bottom: 0;
}
.rate-title h3
{
    font-variant: normal;
    color: #00b7e4;
    margin: 0;
}

.rates-resume 
{
    display: inline-block;
    margin-top: 2em;
    margin-bottom: 1em !important;       
    background-color: #FaFaFF;
    border-radius: 16px;
    min-height: 21em;
}
.rates-resume.half 
{
    min-height: 16em;
}
    .rates-resume:hover 
    {
        background-color: #f0f0fa;
    }
    
    .rates-resume .inner 
    {
        margin: 2em;
    }
    
    .rates-resume .inner > h2 
    {
        margin:0 0 0.75em 0;
        padding: 0px;
        line-height: 1.1em;
        font-variant: normal;
        font-size: 1.65em;
        
    }
        
        .rates-resume .inner > h2 strong
        {
           color: #00b7e4;
           text-transform: uppercase;
        }
        .rates-resume .inner input[type="submit"] 
        {
            margin-top: 1em;
            float: right;
        }
        
    .rates-resume .inner p 
    {
        color: #666;
        font-size: 1.1em;
        line-height: 1.75em;
    }    
    .rates-resume .inner p strong 
    {
        font-weight: normal;
        color: Black;
    }