#SubTitle h2 {
  background: none;
}

table.profile {
  width: 100%;
  margin: 20px 15px;
}
@media (max-width: 991px) {
  table.profile {
    margin: 2px 5px;
  }
}
table.profile th {
  width: 160px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  padding: 15px 10px 5px;
  font-size: 100%;
  line-height: 150%;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
}
@media (max-width: 991px) {
  table.profile th {
    font-size: 80%;
    line-height: 110%;
    padding: 5px;
  }
}
table.profile td {
  vertical-align: top;
  font-weight: bold;
  padding: 15px 10px 5px;
  font-size: 100%;
  line-height: 150%;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 991px) {
  table.profile td {
    font-size: 80%;
    line-height: 110%;
    padding: 5px;
  }
}
