:root {
  --bs-font-monospace: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#app .db-tables-list-container .table-list-pagination {
  --bs-gutter-y: 0 !important;
  --bs-gutter-x: 0 !important;
}
#app .db-tables-list button.db-table-info {
  border: 0;
  height: auto;
  width: auto;
  background-color: transparent;
}
#app .db-tables-list .db-table {
  cursor: pointer;
}
#app .db-create-table {
  white-space: pre-wrap;
  max-height: 25rem;
  overflow: auto;
  display: block;
}
#app .db-create-table * {
  white-space: pre-wrap;
}
#app .query-results-container .table {
  font-family: var(--bs-font-monospace);
  white-space: nowrap;
}
#app .query-results-container .table th {
  background-color: #282a2e;
  color: #e0e0e0;
  border-right: 1px solid #969896;
}
#app .query-results-container .table td {
  white-space: nowrap;
  border-right: 1px solid #e0e0e0;
}
#app .query-results-container .table td:first-child {
  border-left: 1px solid #e0e0e0;
}
#app .query-results-container .table td.text-date {
  color: #198844;
}
#app .query-results-container .table td.text-decimal {
  color: #F96A38;
}
#app .query-results-container .table td.text-muted {
  opacity: 0.5;
}
#app .query-results-container .table td.text-wrap {
  white-space: normal;
}

/*# sourceMappingURL=styles.css.map */
