.clickable{
    cursor: pointer;
}

.body-light-mode {
  background-color: #E1E1E1;
  color: black;
}

.body-dark-mode {
  background-color: #000000;
  color: white;
}

.main-light-mode {
  background-color: #E1E1E1;
  color: black;
}

.main-dark-mode {
  background-color: #000000;
  color: white;
}

.th-light-mode{
  color: black;
}

.th-dark-mode{
  color: white;
}

.tbody-light-mode{
  color: black;
}

.tbody-dark-mode{
  color: white;
}