table tbody tr:first-child {
  border-bottom: none;
}

table thead {
  border-top: 2px solid lightgrey;
  border-bottom: 2px solid lightgrey;
}

.featureHeader {
  margin: 0 !important;
}

@media only screen and (max-width: 994px) {
  .featureHeader {
    min-height: 80px !important;
  }
}

.single #content {
  padding-top: 0 !important;
}
