.coordinators-table {
    border: 1px solid #000;

}



.coordinators-table td {
    background-color: white;
}

.coordinators-table th:nth-child(1) {
    width: 30%;
}

.coordinators-table th:nth-child(2) {
    width: 25%;
}

.coordinators-table th:nth-child(3) {
    width: 25%;
}

.coordinators-table th:nth-child(4) {
    width: 20%;
}

tr.department-row > td {
    background-color: #f0f0f0cd;
}

#opis-tabeli {
    color:#ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #004A8F;
}