body { font-size: .9rem; }
.table th { width: 120px; }
pre { font-size: .8rem; }
.navbar-brand { font-weight: 700; letter-spacing: 1px; }
.card-header { font-weight: 600; }
.table-dark { --bs-table-bg: #1a1d20; }

/* Choices.js dark theme */
.choices__inner {
  background-color: #212529 !important;
  border-color: #444 !important;
  color: #dee2e6 !important;
  font-size: .875rem !important;
}
.choices__input {
  background-color: #2b3035 !important;
  color: #dee2e6 !important;
  font-size: .875rem !important;
}
.choices__list--dropdown {
  background-color: #212529 !important;
  border-color: #444 !important;
}
.choices__list--dropdown .choices__item--selectable {
  color: #dee2e6 !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #373b3e !important;
}
.choices__placeholder {
  color: #868e96 !important;
  opacity: 1 !important;
}
.choices__item--choice.is-selected {
  color: #0dcaf0 !important;
}
