.radek {
    font-size: 190%;
    text-align: left;
    width: 100%;
    margin: 6% 3%;
}

.radek .otazka {
    width: 100%;
}

.sloupec {
    width: 100%;
}
#sloupec1{
    background-color: #FFF7E6;
}
.sloupec img{
    width: 100%;
}

select {
    border: 1px solid black;
    font-size: 100%;
    color: black;
    background-color: #E3F5FB;    
}

option {
    font-size: 100%;
}

.spravne {
    background-color: #C6F582;
}

.chybne {
    background-color: #F5ABD6;
}

.actualPage {
    font-weight: bold;    
    text-decoration: underline;  
    font-family: Arial Black;

}