table.hotness td.class0 {
  background-color: white;
  color: black;
}
table.hotness td.class1 {
  background-color: khaki;
}
table.hotness td.class2 {
  background-color: palegreen;
}
table.hotness td.class3 {
  background-color: lime;
}
table.hotness td.class4 {
  background-color: springgreen;
}
table.hotness td.class5 {
  background-color: forestgreen;
  color: white;
}
table.hotness tbody.day td {
  width: 64px;
}
table.hotness tbody.date td {
  width: 40px;
}
table.hotness tbody.month td {
  width: 64px;
}
table.hotness td.doc {
  padding: 2px 8px;
}
table.hotness {
  border-collapse: separate;
  margin: 0 auto;
}
table.hotness thead, table.hotness td.total {
  font-weight: bold;
}
/* Styles for best days table */
.bestdays table tbody tr td {
  min-width: 100px
}

.extstats-page-item.active {
  background-color: rgba(255, 232, 255, 0.5);
}
.extstats-table-controller {
  background-color: #00cc99;
  color: white;
  border: 1px solid #00cc99;
}
.extstats-table-controller a.extstats-page-link {
  color: white;
}
.bestdays .table.extstats-table thead td,
.bestdays .table.extstats-table tbody td {
  border-right-width: 0;
  border-left-width: 0;
}
.bestdays th {
  background-color: #00cc99;
  color: white;
}

.bestdays table.extstats-table td,
.bestdays table.extstats-table tbody,
.bestdays table.extstats-table thead,
.bestdays table.extstats-table.table thead th {
  border-color: #00cc99;
}
/* border colour lightened 60% with 0.5 alpha */
.bestdays table.table-striped.extstats-table tbody tr:nth-child(even){
  background-color: rgba(133, 255, 224, 0.5);
}
.bestdays table.table-striped.extstats-table tbody tr:nth-child(odd){
  background-color: white;
}

.bestdays div.extstats-doc button {
  border: solid 1px #00cc99;
}
.bestdays div.extstats-doc li.nav-item a.nav-link.active {
  color: #00cc99;
}
.bestdays div.extstats-doc li.nav-item a.nav-link {
  color: #777777;
  font-size: 14px;
  border-radius: unset;
}
.bestdays div.collapse {
  margin-top: 1rem;
}
div.monthly-table {
  margin-bottom: 40px;
}
.slider-box {
  flex: 1;
  margin: 12px 8px 0;
  display: flex;
  flex-direction: column;
}
.slider-box .ng5-slider .ng5-slider-pointer {
  background-color: #00cc99;
  width: 20px;
  height: 20px;
  top: -9px;
  transition: all linear .1s;
  margin-left: 5px;
}
.slider-box .ng5-slider .ng5-slider-pointer:after {
  top: 6px;
  left: 6px;
}
div.extstats-doc button {
  border: 1px solid #00cc99;
  border-radius: 0;
  margin: 4px;
}
h2 {
  margin-top: 40px;
}
.slider-box {
  flex: 1;
  margin: 12px 8px 0;
  display: flex;
  flex-direction: column;
}
.slider-box .ng5-slider .ng5-slider-pointer {
  background-color: #00cc99;
  width: 20px;
  height: 20px;
  top: -9px;
  transition: all linear .1s;
  margin-left: 5px;
}
.slider-box .ng5-slider .ng5-slider-pointer:after {
  top: 6px;
  left: 6px;
}
.slider-set {
  display: flex;
  flex-direction: row;
}
.sliders {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ng5-slider-inner-tooltip {
  font-size: 14px;
}
p {
  text-align: left;
}
