/* Custom Styles */
.figure-caption {
  text-align: center;
}

/* FIXES */

/* Fix overflow of datatables */
.cell-output-display {
  width: 100% !important;
}

/* No line breaks in tables */
td {
  white-space: nowrap;
}

th {
  white-space: nowrap;
}

/* Kinda working dark mode for datatables */
div.datatables {
  color: inherit !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit !important;
}

.dataTables_wrapper .dataTables_filter input {
  background-color: white;
}

.dataTables_wrapper .dataTables_length select {
  background-color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate {
  color: inherit !important;
}
