.cz {
    color:red ;
}

/* === STATUSY NAPRAW === */
tr.status-w-trakcie, .trwa {
    background-color: #fff8e1; /* żółtawy */
}

tr.status-gotowe, .gotowe {
    background-color: #7ded89; /* zielonkawy */
}

tr.status-wydane {
    background-color: #9d9e9e; /* szarawy */
}
tr.status-zaplacone {
    background-color: rgb(105, 200, 232); /* jasny niebieski */
}
