/* custom css */

.site-content {
  padding-top: 6rem;
}

.dtHorizontalVerticalExampleWrapper {
  max-width: 1024px;
  margin: 0 auto;
}

#dtHorizontalVerticalExample th,
td {
  white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}

#files {
  font-family: -apple-system, sans-serif;
}

.site-content bg-fcustom body {
    background-color: #f5f0dd !important;
}
.bg-custom {
    background-color: #636f66 !important;
}