/* Barvy pozadí s vyšší specifikací */
.table td.green {
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb;
}

.table td.orange {
    background-color: #fff3cd !important;
}

.table td.red {
    background-color: #f8d7da !important;
}

.table td.gray {
    background-color: #e2e3e5 !important;
}

.table td.white {
    background-color: #ffffff !important;
}


.table td, .table th {
    vertical-align: middle;
}

/* Mírné zaoblení tlačítek */
.btn {
    border-radius: 0.5rem;
}

.logo-text {
    max-width: 200px;
    height: auto;
}
