@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Sanchez:400|family=Roboto);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/* Rates */
#rates h2 {
  margin-bottom: 8px;
  color: #43332C;
}
#rates h2.header {
  margin-top: 35px;
}
#rates h2.header a.productLink {
  color: #43332C;
}
#rates h2.header a.productLink:hover {
  color: #158764;
}
#rates table {
  width: 627px;
  border-top: 1px solid #BEB29C;
  border-left: 1px solid #BEB29C;
  margin-bottom: 15px;
}
#rates table th,
#rates table td {
  height: 28px;
  border-bottom: 1px solid #BEB29C;
  border-right: 1px solid #BEB29C;
  vertical-align: middle;
  text-align: center;
}
#rates table th {
  width: 20%;
  padding: 5px 2px;
  background: none #9E9280;
}
#rates table th.nth-column-1 {
  width: 16%;
}
#rates table th.nth-column-4 {
  width: 15%;
}
#rates table th.nth-column-5 {
  width: 10%;
}
#rates table th.premierMoneyMarket {
  width: 10%;
}
#rates table td {
  padding: 5px 7px;
  background: none #E7E0D0;
  text-align: center;
}
#rates table td a {
  color: #004A3B;
  text-decoration: underline;
}
#rates table td a:hover {
  color: #158764;
}
#rates p.disclaimer {
  margin-top: 30px;
}

body.refresh #rates h2 > a {
  color: #43332c;
}
body.refresh #rates table {
  border: none;
}
body.refresh #rates table th {
  border: none;
  color: #FFF;
  font-weight: normal;
}
body.refresh #rates table td {
  background: #FFF;
  color: #464646;
}
body.refresh #rates table td:last-of-type {
  border-right: none;
}
body.refresh #rates table td > a {
  color: #004a3b;
}
body.refresh #rates table td > a:hover {
  color: #158764;
}
body.refresh #rates table tr:last-of-type td {
  border-bottom: none;
}
body.refresh #rates p.disclaimer {
  color: #666666;
}
