/* DICE — small additions on top of Bootstrap. */

.mono {
  font-family: var(--bs-font-monospace);
  font-size: 0.8rem;
}

.signal-row {
  cursor: pointer;
}

#resultsTable th,
#watchlistsTable th,
#signalsTable th {
  white-space: nowrap;
}

#resultsTable td,
#signalsTable td,
#watchlistsTable td {
  white-space: nowrap;
}

#sqlOut {
  max-height: 50vh;
}

.table-responsive {
  max-height: 65vh;
}
