table {
	border:0px;
}

#dl table{
  width: 400px;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgba(200,255,235,0.3);
 }
.tbl-content{
  margin-top: 0px;
  border: 0px;
}
#dl th{
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #FFF;
  background-color: #4AB;
}
#dl td{
  padding: 5px;
  text-align: left;
  font-weight: 500;
  vertical-align:middle;
  font-size: 19px;
  color: #555;
  border-bottom: solid 1px rgba(255,255,255,0.1);
  background-color: #FFB;
}


a:link {
    color: #555;
    text-decoration: none;
}
a:visited {
        text-decoration: none;
color: #555;
}
a:hover {
text-decoration: underline;
color: #555;
}

