.view-localgov-electoral-candidates table thead {
	border-top: 1px solid #9e9e9e;
}

.view-localgov-electoral-candidates table thead tr th {
  background: #e9ecef;
  padding: 0.75rem;
  border-bottom: 2px solid #9e9e9e;
}

.view-localgov-electoral-candidates table tbody td, 
.view-localgov-electoral-candidates table tbody th {
  background: transparent;
  border: unset;
  border-bottom: 1px solid #9e9e9e;
  padding: 0.75rem;
}