.soe_elected_officials_office_precincts .precincts-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
.soe_elected_officials_office_precincts .precincts-list {
  list-style: none;
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.soe_elected_officials_office_precincts .precincts-list .precincts-list-item {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.soe_elected_officials_details .elected-officials-table tr th:nth-child(1) {
  width: 60%;
}
.soe_elected_officials_details .elected-officials-table tr th:nth-child(2), .soe_elected_officials_details .elected-officials-table tr th:nth-child(3) {
  width: 20%;
}