table.dataTable thead th {
    font-weight: 500;
    color: var(--ms-muted);
    border-bottom: 1px solid var(--ms-border);
}

.dataTables_paginate {
    margin-top: 1rem;
}
.dataTables_paginate .paginate_button {
    padding:0.5rem;
    cursor: pointer;
}