body {
  background-color:	#121212;
  color: white !important;
  font-family: "Open Sans", verdana, arial, sans-serif !important;
}

.gtitle, .xtick text, .ytick text, .legendtext, .legendtitletext {
  fill: white !important;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner :not(.cell--selected) tr:hover, .dash-table-container .dash-spreadsheet-container tr:hover input :not(.cell--selected) {
  background-color: black !important;
}

#user_table {
  margin: 0 20px;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}