table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #b1c1cd;
}
table.dataTable tbody th, table.dataTable tbody td {
    border-bottom: 1px solid #ced8df;
    color: #414953;
    font-size: 13px;
}
table.dataTable tbody tr:nth-child(odd) th, table.dataTable tbody tr:nth-child(odd) td {
    background: #f0f3f5;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc { color: #82868d; }

.dataTables_wrapper .dataTables_length { padding-top: 12px; }

table.dataTable.no-footer,
table.dataTable { border-bottom: 0 none; }

table.dataTable tbody th, table.dataTable tbody td { padding: 10px 18px; }

/* Filter */
.dataTables_filter label {
    line-height: 42px;
    color: #d0d0d0;
}
.dataTables_filter input[type="text"],
.dataTables_filter input[type="search"] {
    height: 42px;
    border: 1px solid #d0d0d0;
    padding: 0 10px;
}

/* Paginator */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .5em;
    color: #424a54 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #e9f0f4;
    background: #e9f0f4;
    color: #424a54 !important;
}