.styled-table-BZ {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1.2em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.styled-table-BZ thead tr {
    background-color: #cc0033;
    color: #ffffff;
    text-align: left;
}

.styled-table-BZ th,
.styled-table-BZ td {
    padding: 12px 15px;    
}

.styled-table-BZ th.first {
    text-align: center;
    border-bottom: 1px solid black;
 }

.styled-table-BZ tbody tr {
    border-bottom: thin;
}

.styled-table-BZ tbody tr:nth-of-type(even) {
    background-color: #FFDED6;
    
}

.styled-table-BZ tbody tr:last-of-type {
    border-bottom: 2px solid #f3f3f3;
}

.styled-table-BZ-BZ tbody tr.active-row {
    font-weight: bold;
    color: #24bdc5;
}
/* div pre prirazeni, vraceni textu */
.divTextPrirazeni {
    color: #ff0000;
    background-color: #c0c0c0;
    padding-top: 0.4em;
    padding-bottom: 0.1em;
    text-align: center;
}