table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
    background-color: white;
}

.dark table.DTFC_Cloned thead,
.dark table.DTFC_Cloned tfoot,
.dark table.DTFC_Cloned tr.even {
    background: #383838;
}

div.DTFC_Blocker {
    background-color: white;
}

.dark div.DTFC_Blocker {
    background: #383838;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
    margin-bottom: 0;
    z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
    border-bottom: none;
}
.dark div.DTFC_LeftWrapper div.DTFC_LeftHeadWrapper table.dataTable.no-footer,
.dark div.DTFC_RightWrapper div.DTFC_RightHeadWrapper table.dataTable.no-footer {
    border-color: rgba(0, 0, 0, 0.7);
}

div.DTFC_LeftBodyLiner {
    background: white;
}

.dark div.DTFC_LeftBodyLiner {
    background: #383838;
}

div.DTFC_LeftHeadWrapper table thead th {
    padding-right: 17px;
}

div.DTFC_RightWrapper {
    display: none;
}
div.DTFC_LeftBodyWrapper table.table-bordered tbody tr:last-child td {
    border-bottom-width: 1px;
}