#risk-amount-table, #theo-diff-table, #etf-spread-table {
  min-width: 100%;
}

.data-table-wrapper {
  overflow-x: auto;
}

div.dt-buttons {
  float: left;
}

div.relative > label {
  cursor: text;
}

.data-table-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .375rem 0;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:none !important;
}

.data-table-filters, .dt-buttons {
    display: flex;
    justify-content: center;
}

.checkbox-wrapper {
    margin: auto .25rem;
}

.data-table-filters label {
    margin: 0;
}

button.dt-button {
    margin: 0;
}

button.buttons-excel {
    margin-left: .375rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: black;
}

.table-container {
    width: var(--max-width);
    margin: 0 auto 3rem auto;
}

.buttons-copy, .buttons-excel {
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
}

.dataTables_wrapper .dataTables_filter input[type=search] {
    margin: 0;
}

.data-table-buttons {
    display: flex;
    align-items: center;
}

#risk-amount-table, #theo-diff-table, #etf-spread-table {
    display: none;
}