.bg-light th, .tb-bg {
  background-color: #f8f9fa;
}
.tb-bg:hover {
  background-color: #f8f9fa!important;
}
.tb-row td {
  background-color: white;
}
.bg-info td {
  background-color: #17a2b8;
}
table tr:hover td.hover, table tr.hourly:hover th.hover, table tr.hourly:hover td.hover {
  background-color: #ECECEC!important;
}
.notactive td {
  background-color: #DDDDDD;
}
td.dark {
  background-color: #343a40!important;
}
