.table-bordered {
    border: 1px solid #CED4DA;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    padding-bottom: 1rem;
}
div.dataTables_wrapper div.dataTables_length {
    text-align: left;
    padding-bottom: 1rem;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

.table th, .table td {
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 16px !important;
    white-space: nowrap;
}