.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
th {
  color: #fff;
  background-color: #e51f2f;
}
td,
tr td {
  border-bottom: 1px solid #dddddd;
}
.hpbackground a {
  color: white;
}
.hpbackground a:hover,
.hpbackground a:focus {
  color: #999999;
  text-decoration: none;
}