@charset "UTF-8";
/* Mortgage Rates */

.mortgageRatesContainer {
  width: 100%;
  text-align: center;
}

#todaysRates .mortgageRatesContainer{
        padding: 15px 20px;
}

.mortgageRatesTable{
  width: 100%;
}

.mortgageRatesTitle{
        color:#544640;
        font-family:Garamond,serif;
        font-size:20px;
        font-weight:bold;
}

.mortgageRates{
        font-size: 14px;
        margin: 0px 20px 0px 0px;
        line-height: 30px;

}
.mortgageRatesDisclaimer {
  clear: both;
  font-size: 10px;
}
.normalPage .mortgageRatesContainer{
        margin: 0 auto;
}

