input {
    background-color: #343a40;
    color: white;
}

.dataTables_length > label {
    color: white;
}

.dataTables_filter > label {
    color: white;
}

#lootTable_info {
    color: white;
}

/*.paginate_button {
    background-color: #343a40;
    color: white;
}*/

span > a {
    background-color: #343a40;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: white;
}

.paginate_button.current:hover {
    background: none;
    color: white;
    background-color: #343a40;
}

td {
    background-color: #343a40;
}