table#data_table thead tr th{
    background-color: var(--color-primary);
    color: white;
    vertical-align: middle;
    text-align: center;
}

table#data_table.table-striped>tbody>tr.odd>*,
table#data_table.table-striped>tbody>tr.even>*,
table#data_table.table-striped>tbody>tr  {
    background-color: var(--color-secondary);
    box-shadow: none;
}
table#data_table {
    border-collapse: separate !important;
    border-spacing: 0 16px;
}