/* Drobné doplňky nad Bootstrap. Vlastní vzhled řešit až po funkčním jádru. */

body {
    background-color: #f7f7f8;
}

.navbar-brand {
    font-weight: 600;
}

.tabulka-nacitani {
    opacity: 0.5;
    pointer-events: none;
}
