body {
  background-color: #f3fbff;
}
section {
  margin: 0;
  padding: 1em;
}
h1::before,
h2::before,
h3::before,
h4::before,
h5::before {
  /* Add this to prevent in-page hash tag links from scrolling wrongly with fixed header - https://css-tricks.com/hash-tag-links-padding/ */
  margin-top: -150px;
  height: 150px;
}
textarea {
  height: 50vh;
}
div.DatatableToolbar {
  display: inline-block;
  margin: 0.2rem 0.5rem;
}
div.dataTables_wrapper label {
  margin: 0;
}
div.DatatableToolbar button {
  margin: 0.1em 0;
  padding: 0.5em 0.5em;
  border-radius: 5px;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  font-size: 0.9em;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 4px 5px;
}
div.dataTables_scrollBody {
  padding-block-end: 0.75em;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

