#currency-rate table {
  /* background: #EEE; */
  background: #FFF;
  border: 1px solid black;
  border-collapse: collapse;
  font-size: .9em;
  margin: 0px auto 15px auto;
  text-align: left;
}

#currency-rate thead {
  border-bottom: 1px dashed black;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: .8em;
}

#currency-rate th {
  vertical-align: bottom;
  text-align: left;
}


#currency-rate td {
  font-size: .9em;
  padding-top: 5px;
}

col#currency { width: 110px; }
col#forex-symbol { width: 50px; }
col#nickname { width: 115px; }
col#interest-rate { width: 55px; }
col#central-bank { width: 220px; }
col#next-meeting { width: 145px; }

/* #currency-rate a:link {
  color: blue;
  text-decoration: underline;
}

#currency-rate a:hover {
  color: #8C489F;
  text-decoration: none;
} */
