<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important;border-spacing:0}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:auto;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:0.85em;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap;justify-content:flex-end}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead&gt;tr&gt;th.sorting_asc,table.dataTable thead&gt;tr&gt;th.sorting_desc,table.dataTable thead&gt;tr&gt;th.sorting,table.dataTable thead&gt;tr&gt;td.sorting_asc,table.dataTable thead&gt;tr&gt;td.sorting_desc,table.dataTable thead&gt;tr&gt;td.sorting{padding-right:30px}table.dataTable thead&gt;tr&gt;th:active,table.dataTable thead&gt;tr&gt;td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:0.9em;display:block;opacity:0.3}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\2191"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0.5em;content:"\2193"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:before,div.dataTables_scrollBody table thead .sorting_asc:before,div.dataTables_scrollBody table thead .sorting_desc:before,div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot&gt;.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot&gt;.dataTables_scrollFootInner&gt;table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content:center !important}}table.dataTable.table-sm&gt;thead&gt;tr&gt;th :not(.sorting_disabled){padding-right:20px}table.dataTable.table-sm .sorting:before,table.dataTable.table-sm .sorting_asc:before,table.dataTable.table-sm .sorting_desc:before{top:5px;right:0.85em}table.dataTable.table-sm .sorting:after,table.dataTable.table-sm .sorting_asc:after,table.dataTable.table-sm .sorting_desc:after{top:5px}table.table-bordered.dataTable{border-right-width:0}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:1px}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive&gt;div.dataTables_wrapper&gt;div.row{margin:0}div.table-responsive&gt;div.dataTables_wrapper&gt;div.row&gt;div[class^="col-"]:first-child{padding-left:0}div.table-responsive&gt;div.dataTables_wrapper&gt;div.row&gt;div[class^="col-"]:last-child{padding-right:0}
*/

:root {
    --dt-row-selected: 2, 117, 216;
    --dt-row-selected-text: 255, 255, 255;
    --dt-row-selected-link: 9, 10, 11;
    --dt-row-stripe: 0, 0, 0;
    --dt-row-hover: 0, 0, 0;
    --dt-column-ordering: 0, 0, 0;
    --dt-html-background: white
}

    :root.dark {
        --dt-html-background: rgb(33, 37, 41)
    }

table.dataTable td.dt-control {
    text-align: center;
    cursor: pointer
}

    table.dataTable td.dt-control:before {
        display: inline-block;
        box-sizing: border-box;
        content: "";
        border-top: 5px solid transparent;
        border-left: 10px solid rgba(0, 0, 0, 0.5);
        border-bottom: 5px solid transparent;
        border-right: 0px solid transparent
    }

table.dataTable tr.dt-hasChild td.dt-control:before {
    border-top: 10px solid rgba(0, 0, 0, 0.5);
    border-left: 5px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 5px solid transparent
}

html.dark table.dataTable td.dt-control:before, :root[data-bs-theme=dark] table.dataTable td.dt-control:before, :root[data-theme=dark] table.dataTable td.dt-control:before {
    border-left-color: rgba(255, 255, 255, 0.5)
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before, :root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before, :root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
    border-top-color: rgba(255, 255, 255, 0.5);
    border-left-color: transparent
}

div.dt-scroll {
    width: 100%
}

div.dt-scroll-body thead tr, div.dt-scroll-body tfoot tr {
    height: 0
}

    div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td, div.dt-scroll-body tfoot tr th, div.dt-scroll-body tfoot tr td {
        height: 0 !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-top-width: 0px !important;
        border-bottom-width: 0px !important
    }

        div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing, div.dt-scroll-body tfoot tr th div.dt-scroll-sizing, div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
            height: 0 !important;
            overflow: hidden !important
        }

table.dataTable thead &gt; tr &gt; th:active, table.dataTable thead &gt; tr &gt; td:active {
    outline: none
}

table.dataTable thead &gt; tr &gt; th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; td.dt-ordering-asc span.dt-column-order:before {
    position: absolute;
    display: block;
    bottom: 50%;
    content: "▲";
    content: "▲"/""
}

table.dataTable thead &gt; tr &gt; th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead &gt; tr &gt; th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead &gt; tr &gt; td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead &gt; tr &gt; td.dt-ordering-desc span.dt-column-order:after {
    position: absolute;
    display: block;
    top: 50%;
    content: "▼";
    content: "▼"/""
}

table.dataTable thead &gt; tr &gt; th.dt-orderable-asc, table.dataTable thead &gt; tr &gt; th.dt-orderable-desc, table.dataTable thead &gt; tr &gt; th.dt-ordering-asc, table.dataTable thead &gt; tr &gt; th.dt-ordering-desc, table.dataTable thead &gt; tr &gt; td.dt-orderable-asc, table.dataTable thead &gt; tr &gt; td.dt-orderable-desc, table.dataTable thead &gt; tr &gt; td.dt-ordering-asc, table.dataTable thead &gt; tr &gt; td.dt-ordering-desc {
    position: relative;
    padding-right: 30px
}

    table.dataTable thead &gt; tr &gt; th.dt-orderable-asc span.dt-column-order, table.dataTable thead &gt; tr &gt; th.dt-orderable-desc span.dt-column-order, table.dataTable thead &gt; tr &gt; th.dt-ordering-asc span.dt-column-order, table.dataTable thead &gt; tr &gt; th.dt-ordering-desc span.dt-column-order, table.dataTable thead &gt; tr &gt; td.dt-orderable-asc span.dt-column-order, table.dataTable thead &gt; tr &gt; td.dt-orderable-desc span.dt-column-order, table.dataTable thead &gt; tr &gt; td.dt-ordering-asc span.dt-column-order, table.dataTable thead &gt; tr &gt; td.dt-ordering-desc span.dt-column-order {
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;
        width: 12px
    }

        table.dataTable thead &gt; tr &gt; th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead &gt; tr &gt; th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead &gt; tr &gt; th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead &gt; tr &gt; th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead &gt; tr &gt; td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead &gt; tr &gt; td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead &gt; tr &gt; td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead &gt; tr &gt; td.dt-ordering-desc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; td.dt-ordering-desc span.dt-column-order:after {
            left: 0;
            opacity: .125;
            line-height: 9px;
            font-size: .8em
        }

table.dataTable thead &gt; tr &gt; th.dt-orderable-asc, table.dataTable thead &gt; tr &gt; th.dt-orderable-desc, table.dataTable thead &gt; tr &gt; td.dt-orderable-asc, table.dataTable thead &gt; tr &gt; td.dt-orderable-desc {
    cursor: pointer
}

    table.dataTable thead &gt; tr &gt; th.dt-orderable-asc:hover, table.dataTable thead &gt; tr &gt; th.dt-orderable-desc:hover, table.dataTable thead &gt; tr &gt; td.dt-orderable-asc:hover, table.dataTable thead &gt; tr &gt; td.dt-orderable-desc:hover {
        outline: 2px solid rgba(0, 0, 0, 0.05);
        outline-offset: -2px
    }

table.dataTable thead &gt; tr &gt; th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead &gt; tr &gt; td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead &gt; tr &gt; td.dt-ordering-desc span.dt-column-order:after {
    opacity: .6
}

table.dataTable thead &gt; tr &gt; th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead &gt; tr &gt; th.sorting_asc_disabled span.dt-column-order:before, table.dataTable thead &gt; tr &gt; td.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead &gt; tr &gt; td.sorting_asc_disabled span.dt-column-order:before {
    display: none
}

table.dataTable thead &gt; tr &gt; th:active, table.dataTable thead &gt; tr &gt; td:active {
    outline: none
}

div.dt-scroll-body &gt; table.dataTable &gt; thead &gt; tr &gt; th, div.dt-scroll-body &gt; table.dataTable &gt; thead &gt; tr &gt; td {
    overflow: hidden
}

:root.dark table.dataTable thead &gt; tr &gt; th.dt-orderable-asc:hover, :root.dark table.dataTable thead &gt; tr &gt; th.dt-orderable-desc:hover, :root.dark table.dataTable thead &gt; tr &gt; td.dt-orderable-asc:hover, :root.dark table.dataTable thead &gt; tr &gt; td.dt-orderable-desc:hover, :root[data-bs-theme=dark] table.dataTable thead &gt; tr &gt; th.dt-orderable-asc:hover, :root[data-bs-theme=dark] table.dataTable thead &gt; tr &gt; th.dt-orderable-desc:hover, :root[data-bs-theme=dark] table.dataTable thead &gt; tr &gt; td.dt-orderable-asc:hover, :root[data-bs-theme=dark] table.dataTable thead &gt; tr &gt; td.dt-orderable-desc:hover {
    outline: 2px solid rgba(255, 255, 255, 0.05)
}

div.dt-processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -22px;
    text-align: center;
    padding: 2px;
    z-index: 10
}

    div.dt-processing &gt; div:last-child {
        position: relative;
        width: 80px;
        height: 15px;
        margin: 1em auto
    }

        div.dt-processing &gt; div:last-child &gt; div {
            position: absolute;
            top: 0;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: rgb(2, 117, 216);
            background: rgb(var(--dt-row-selected));
            animation-timing-function: cubic-bezier(0, 1, 1, 0)
        }

            div.dt-processing &gt; div:last-child &gt; div:nth-child(1) {
                left: 8px;
                animation: datatables-loader-1 .6s infinite
            }

            div.dt-processing &gt; div:last-child &gt; div:nth-child(2) {
                left: 8px;
                animation: datatables-loader-2 .6s infinite
            }

            div.dt-processing &gt; div:last-child &gt; div:nth-child(3) {
                left: 32px;
                animation: datatables-loader-2 .6s infinite
            }

            div.dt-processing &gt; div:last-child &gt; div:nth-child(4) {
                left: 56px;
                animation: datatables-loader-3 .6s infinite
            }

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable th, table.dataTable td {
    box-sizing: border-box
}

    table.dataTable th.dt-left, table.dataTable td.dt-left {
        text-align: left
    }

    table.dataTable th.dt-center, table.dataTable td.dt-center {
        text-align: center
    }

    table.dataTable th.dt-right, table.dataTable td.dt-right {
        text-align: right
    }

    table.dataTable th.dt-justify, table.dataTable td.dt-justify {
        text-align: justify
    }

    table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
        white-space: nowrap
    }

    table.dataTable th.dt-empty, table.dataTable td.dt-empty {
        text-align: center;
        vertical-align: top
    }

    table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
        text-align: right
    }

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: left
}

    table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
        text-align: left
    }

    table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
        text-align: center
    }

    table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
        text-align: right
    }

    table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
        text-align: justify
    }

    table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap
    }

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable.table {
    /*clear: both;
    max-width: none;
    border-spacing: 0;
    margin-bottom: 0*/
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

    table.dataTable.table.table-striped &gt; tbody &gt; tr:nth-of-type(2n+1) {
        background-color: transparent
    }

    table.dataTable.table &gt; tbody &gt; tr {
        background-color: transparent
    }

        table.dataTable.table &gt; tbody &gt; tr.selected &gt; * {
            box-shadow: inset 0 0 0 9999px rgb(2, 117, 216);
            box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
            color: rgb(255, 255, 255);
            color: rgb(var(--dt-row-selected-text))
        }

        table.dataTable.table &gt; tbody &gt; tr.selected a {
            color: rgb(9, 10, 11);
            color: rgb(var(--dt-row-selected-link))
        }

    table.dataTable.table.table-striped &gt; tbody &gt; tr:nth-of-type(2n+1) &gt; * {
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05)
    }

    table.dataTable.table.table-striped &gt; tbody &gt; tr:nth-of-type(2n+1).selected &gt; * {
        box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95)
    }

    table.dataTable.table.table-hover &gt; tbody &gt; tr:hover &gt; * {
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075)
    }

    table.dataTable.table.table-hover &gt; tbody &gt; tr.selected:hover &gt; * {
        box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975)
    }

div.dt-container div.dt-layout-start &gt; *:not(:last-child) {
    margin-right: 1em
}

div.dt-container div.dt-layout-end &gt; *:not(:first-child) {
    margin-left: 1em
}

div.dt-container div.dt-layout-full {
    width: 100%
}

    div.dt-container div.dt-layout-full &gt; *:only-child {
        margin-left: auto;
        margin-right: auto
    }

div.dt-container div.dt-layout-table &gt; div {
    display: block !important
}

@media screen and (max-width: 767px) {
    div.dt-container div.dt-layout-start &gt; *:not(:last-child) {
        margin-right: 0
    }

    div.dt-container div.dt-layout-end &gt; *:not(:first-child) {
        margin-left: 0
    }
}

div.dt-container &gt; div.row {
    margin-bottom: .5rem
}

    div.dt-container &gt; div.row:last-child {
        margin-bottom: 0
    }

div.dt-container div.dt-length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 0
}

div.dt-container div.dt-length select {
    width: auto;
    display: inline-block;
    margin-right: .5em
}

div.dt-container div.dt-search label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 0
}

div.dt-container div.dt-search input {
    margin-left: .5em;
    display: inline-block;
    width: auto
}

div.dt-container div.dt-info {
    white-space: nowrap
}

div.dt-container div.dt-paging {
    margin: 0
}

    div.dt-container div.dt-paging ul.pagination {
        margin: 2px 0;
        flex-wrap: wrap
    }

div.dt-container div.dt-processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

div.dt-container div.dt-scroll-body {
    border-bottom: 1px solid #dee2e6
}

    div.dt-container div.dt-scroll-body table, div.dt-container div.dt-scroll-body tbody &gt; tr:last-child &gt; * {
        border-bottom: none
    }

div.dt-scroll-head table.dataTable {
    margin-bottom: 0 !important
}

div.dt-scroll-body &gt; table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

    div.dt-scroll-body &gt; table thead .dt-orderable-asc:before, div.dt-scroll-body &gt; table thead .dt-orderable-desc:after {
        display: none
    }

    div.dt-scroll-body &gt; table &gt; tbody tr:first-child th, div.dt-scroll-body &gt; table &gt; tbody tr:first-child td {
        border-top: none
    }

div.dt-scroll-foot &gt; .dt-scroll-footInner {
    box-sizing: content-box
}

    div.dt-scroll-foot &gt; .dt-scroll-footInner &gt; table {
        margin-top: 0 !important;
        border-top: none
    }

@media screen and (max-width: 767px) {
    div.dt-container div.dt-length, div.dt-container div.dt-search, div.dt-container div.dt-info, div.dt-container div.dt-paging {
        text-align: center
    }

    div.dt-container div.row {
        margin-bottom: 0
    }

        div.dt-container div.row &gt; * {
            margin-bottom: .5rem
        }

    div.dt-container div.dt-paging ul.pagination {
        justify-content: center !important
    }
}

table.dataTable.table-sm &gt; thead &gt; tr th.dt-orderable-asc, table.dataTable.table-sm &gt; thead &gt; tr th.dt-orderable-desc, table.dataTable.table-sm &gt; thead &gt; tr th.dt-ordering-asc, table.dataTable.table-sm &gt; thead &gt; tr th.dt-ordering-desc, table.dataTable.table-sm &gt; thead &gt; tr td.dt-orderable-asc, table.dataTable.table-sm &gt; thead &gt; tr td.dt-orderable-desc, table.dataTable.table-sm &gt; thead &gt; tr td.dt-ordering-asc, table.dataTable.table-sm &gt; thead &gt; tr td.dt-ordering-desc {
    padding-right: 20px
}

    table.dataTable.table-sm &gt; thead &gt; tr th.dt-orderable-asc span.dt-column-order, table.dataTable.table-sm &gt; thead &gt; tr th.dt-orderable-desc span.dt-column-order, table.dataTable.table-sm &gt; thead &gt; tr th.dt-ordering-asc span.dt-column-order, table.dataTable.table-sm &gt; thead &gt; tr th.dt-ordering-desc span.dt-column-order, table.dataTable.table-sm &gt; thead &gt; tr td.dt-orderable-asc span.dt-column-order, table.dataTable.table-sm &gt; thead &gt; tr td.dt-orderable-desc span.dt-column-order, table.dataTable.table-sm &gt; thead &gt; tr td.dt-ordering-asc span.dt-column-order, table.dataTable.table-sm &gt; thead &gt; tr td.dt-ordering-desc span.dt-column-order {
        right: 5px
    }

div.dt-scroll-head table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive &gt; div.dt-container &gt; div.row {
    margin: 0
}

    div.table-responsive &gt; div.dt-container &gt; div.row &gt; div[class^=col-]:first-child {
        padding-left: 0
    }

    div.table-responsive &gt; div.dt-container &gt; div.row &gt; div[class^=col-]:last-child {
        padding-right: 0
    }</pre></body></html>