table {
  border-bottom: 1px solid black;
}

.home-post-title {
  background-color: #2271b1 !important;
  color: white !important;
  text-align: center !important;
  padding: 5px 0 !important;

  display: block !important;
  font-weight: bold !important;

  position: relative;
  right: -100px;

  margin-top: 50px;
}

tbody tr:first-child th {
  margin-top: 0 !important;
}
