.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
th {
  color: #fff;
  background-color: #3399f3;
}
td,
tr td {
  border-bottom: 1px solid #dddddd;
}
a,
a:link,
a:visited {
  color: #009ee3;
}
a:hover,
a:focus {
  color: #0d1c2d;
  text-decoration: none;
}