.table-color {
  color: #595959;
}
.table-color th {
  background-color: #71aae0 !important;
  color: #fff;
  border: 0 !important;
}
.table-color th:not(:last-child) {
  border-right: 1px solid #fff !important;
}
.table-color td {
  border: 0 !important;
  border-bottom: 2px solid #202020 !important;
}