table {
  width: 100%;
  border-collapse: collapse;
}

tr {
  border-bottom: 1px solid #eaeaea;
}

tr.region-title {
  background-color: #d2d2d2 !important;
}

.region-title td {
  font-weight: bold !important;
  text-transform: uppercase;
}

.region-title td a {
  text-transform: capitalize;
}

table td ul {
  margin: 0;
}

table td li {
  list-style: none;
}
