div.terem {
    text-align: center;
}

div.nem_lehet_foglalni {
    text-align: center;
    font-size: 26px;
    padding: 20px;
}

ul.sor {
    margin: 5px;
}

li.sz, li.nemfoglalhato, li.nemlathato { 
    padding: 3px; 
    border: none; list-style-type: none; margin: 2px; text-align: center; cursor: pointer;
    font-size: 15px; color: #fff; width: 30px; height: 30px; line-height: 30px;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #51668D;
    display: inline-block;
}

li.nemfoglalhato {
    background-color: red;
    cursor:default;
}

li.nemlathato {
    background-color: #e4ecf9;
    background-color: #fff;
    color: #fff;
    cursor: default;
}

li.semmi { 
    padding: 3px; 
    border: none; list-style-type: none; margin: 2px; text-align: center; cursor: pointer;
    font-size: 15px; color: white; width: 30px; height: 30px; line-height: 30px;
    cursor: default;
    display: inline-block;
}

li.fel_semmi { 
    padding: 0px; border: none;
    list-style-type: none; margin: 1px; text-align: center;
    font-size: 7px;
    width: 18px; height: 15px; line-height: 15px;
    display: inline-block;
}




li.sz:hover {
    background: green;
    color: white;
}        
        
        
/* li.szek_felirat 
{ border: 0px solid #575453; display: inline-block;  
  list-style-type: none; margin: 1px; text-align: center; color: black; 
  width: 16px; height: 16px; line-height: 16px;
}         */

        li.szek_felirat { border: 0px; display: inline-block;  list-style-type: none; margin: 1px; text-align: center; height: 14px; line-height:14px; width: 100px; }
        li.szek_felirat_hosszu { border: 0px; display: inline-block;  list-style-type: none; margin: 3px; text-align: center; height: 14px; line-height:14px; width: 200px; padding-top: 10px; }
        li.szek_felirat_rovid { border: 0px; list-style-type: none; margin: 3px; text-align: center;  font-size: 16px; width: 52px; height: 26px; line-height: 26px; display: inline-block; }
        li.felirat_ferde {
            display: inline-block;
            width: 240px;
            margin-top: -80px;
            position: absolute;
            list-style-type: none; 
            height: 240px; line-height:20px;
            text-align: center;
            vertical-align: middle;
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
        }





li.fotel {
    border: 1px solid #99cc33;
    background-color: #99cc33;
}

li.szek_felirat {
    width: 50px;
    color: #805a7c;
}

/*
@media only screen and
    (max-width: 449px) {

        
li.sz, li.nemfoglalhato, li.nemlathato { 
    padding: 3px; 
    border: none; list-style-type: none; margin: 2px; text-align: center; cursor: pointer;
    font-size: 12px; color: #fff; width: 15px; 
    
    height: 15px; line-height: 15px;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
        background-color: #51668D;
    display: inline-block;
}
        li.sz, li.nemfoglalhato, li.nemlathato, li.semmi {
            height: 12px;
            line-height: 12px;
            width: 12px;
        }
        
        
        
    }
    */