html, body{
    margin:0;
    padding:0;
}


.zluty{
background-color:#fdd130;
}
.sedy{
background-color:#a7a6a6;
}
.cerny{
background-color:#000000;
}

.rightfloat{
float:right;
}


.plus5{
position:relative;
top:5px;
}
.plus7{
position:relative;
top:7px;
}
.big{
font-size:24px;
}

.rounded{
border-radius:5px;
}
.centered{
text-align:center;
}
.pad20{
padding:20px;
}
.bold{
font-weight:bold;
}

.storebutton{
width:220px;
height:42px;
padding: 16px;
display:inline-block;
font-size:20px;
}

.storeBigbutton{
color:black;
width:320px;
height:37px;
padding: 20px;
display:inline-block;
font-size:24px;
cursor:pointer;
}

.objednat{
width:200px;
height:22px;
padding: 16px;
display:inline-block;
font-size:18px;
margin-bottom:35px;
cursor:pointer;
}