td {
  border: solid 1px #404040;
}

table > tbody {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  border: solid 1px #404040;
}

.dash-table-container .dash-header {
  background-color: var(--second-bg-color) !important;
  color: #c2682d;
  border: none !important;
  font-weight: bold !important;
}

.dash-table-container tr .dash-cell {
  background-color: var(--main-bg-color) !important;
  color: white;
  border: none !important;
}

.dash-table-container tr:nth-child(odd) .dash-cell {
  background-color: #3a3a3a !important;
}
