/* style dataTables */
table.dataTable thead th {
  background-color: #BDB9B9;
}
table.dataTable tbody tr.stripe1 {
    background-color: #cdecf5;
}
table.dataTable tbody tr.stripe2 {
    background-color: white;
    border-bottom: solid #c0c0c0;
}
div.dt-buttons {
    float: right;
}
