.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
th {
  color: #fff;
  background-color: #0e4f5d;
}
td,
tr td {
  border-bottom: 1px solid #dddddd;
}