/* Grid-Header: Hintergrund schwarz, Text weiß */
.runner-c-grid thead th,
.runner-c-grid .rnr-grid-header {
    background-color: #000000 !important;
    color: #ffffff !important;
}
