body {
    background-color: #333;
    color: white;
}

#tabulka table, #tabulka th, #tabulka td {
    border: 1px solid white;
    border-collapse: collapse;
}

#tabulka3 table, #tabulka3 th, #tabulka3 td {
    border: 2px solid white;
    border-collapse: collapse;
}

#tabulka8 table, #tabulka8 th, #tabulka8 td {
    border: 2px solid white;
    border-collapse: collapse;
}

.podfarbit{
    background-color: red;
}

.podfarbit2 tr{
    background-color: #ccc;
}

.podfarbovac tr:nth-child(odd){
    background-color: orange;
}

.podfarbovac tr:nth-child(even){
    background-color: orangered;
}

.podfarbovac td:nth-child(3){
    background-color: darkred;
}

.podfarbovac tr:nth-child(2){
    background-color: green;
}

tr:hover > *{
    background-color: blueviolet !important;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
}

.podfarbovac th{
    background-color: black;
    color: white;
}

p {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

/* ahoj */

html{
    display: unset;
}