/* custom-datatables.css */

/* Kopfzeile der Tabelle in Blau, Text in Weiß */
#csv-table thead tr {
    background-color: #0073aa;
    color: #ffffff;
}