*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
   /* margin-left: 50px;
    margin-top: 10px;
    */
}

body{
    /*background-image: url("images/pozadi-hriste.jpg");*/
    background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url("images/pozadi-hriste.jpg");
    background-size: cover;
}

.telo{
    margin-left: 120px;
    margin-top: 60px;
}


h1{
    font-size: 100px;
    margin-bottom: 20px;
    text-align: center;
}

.znak{
    position: absolute;
    top: 20px;
    left: 20px;
}

form{
    position: fixed;
    top: 30px;
    right: 100px;
}


.mesice{
    position: relative;
    display: flex;
}
.mesic{
margin: 30px;    
    
    
}


.mesic caption{
    font-size: 40px;
    font-weight: 800;
}


.zahlavy{
    background-color: aqua;
}

table{
    margin-bottom: 30px;
    /*background-color: rgba(206, 177, 135, 0.5);*/
}
.mesic td{
    width: 50px;
    height: 50px;
    border: 1px solid black;
    text-align: center;
    font-size: 30px;
}

.hodiny caption{
     text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: rgba(10, 10, 10, 1);
    
}

.hodiny td{
    width: 150px;
    height: 50px;
    border: 1px solid black;
    text-align: center;
    font-size: 20px;
}

.obsazeno{
    background-color: IndianRed;
    color: red;
    
}

.minulost{
    color: red;
    visibility: hidden;
}

.viditelnost{
    visibility: hidden;
}
 


.SoNe{
    background-color: blue;
    color: white;
}

.Sv{
    background-color: red;
    color: white;
}

.dnes{
    /*background-color: rgb(217, 217, 226);
    color: green;*/
    background-color: rgb(127,255,0);
    color: red;
}

.den{
    border: 1px solid black;
    width: 50px;
    height: 15px;
    text-align: center;
    font-size: xx-small;
}


.den:hover{
    background-color: bisque;
    color: black;
    cursor: pointer;
}


.rezervace:hover{
    background-color: bisque;
    font-size: 25px;
    cursor: pointer;
    /*color: black;
}