table.standard
{
  width:100%;
  margin: 1em 0;  
  border-collapse: collapse;
  font-size:0.75em;
  color: #000;
}

table.standard th, table.standard td
{
  padding: 5px;
  vertical-align:top;  
}

table.standard th
{  
  text-align: left;
}


table.rates tr { 
  border-bottom:#ccc solid 1px;
}

table.rates td {
  text-align:center;
}

table.rates li {
  font-size: 1.25em; 
  font-weight:normal;
}

table.rates tr.title {
  background-color:#6ea5c7;
  color:#fff;  
}

table.rates tr.title-second {
  background-color:#e8eef1;   
}

#content table.rates a {
  color:#fff;
}

#content table.transfers td {
  text-align: left;
}