#hot-table table {
  border-collapse: collapse;
}

#hot-table table tr:first-child .static-column {
  background-color: #fff;
  border: none;
}

#hot-table table td {
  font-size: 1.2rem;
  border: 1px solid #d7d7d7;
}

#hot-table .edited-cell {
  background-color: #a5db91;
}

#hot-table .header-row {
  background-color: #FFFBDE;
  font-weight: 600;
}

#hot-table .grey {
  background-color: #bebebe;
}

#hot-table .static-column {
  background-color: #FFFBDE;
  font-weight: 600;
}

#hot-table .bold {
  font-weight: bold;
}

#hot-table .sunday {
  color: #E55451;
}

#hot-table .saturday {
  color: #2B60DE;
}
