/*ROZVRH*/
.rozvrh table,td,th{border:3px rgb(20, 1, 1) solid;
            border-collapse: collapse;
}

th,td{width: 5vw;
     height: 1vh;
     text-align: center;
      }

table{margin:auto;
    }

td{color:rgb(4, 44, 3)}

caption{font-weight: 600;
        text-transform: uppercase; color:rgb(228, 23, 217);
    }
img{width: 7vw; height:auto;
    }

.geografia{
    background-color: rgba(201, 22, 52, 0.664);
}

a:link{
    color:rgb(0, 0, 0);
    text-decoration:none;

}

a:visited{
    color:rgb(255, 0, 255);
}

.rozvrh a:hover{font-size:1.5em;
        text-shadow:2px 1px rgb(196, 209, 6); 
}

thead{background: #480a81b4;
}

.nadpis{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold';
    font-size: 1.5em;
    color: rgb(255, 0, 212)
}

ul,li{text-align: left; font-size: 0.8em;
}