.inactive_link{display:block;cursor:pointer;}
.inactive_link:hover{display:block;cursor:pointer;text-decoration:underline;}
#tableId li{list-style:none;}
.pizzeria_action ul{margin-left:25px;}
.active_link{font-weight:bold;cursor:pointer;}
#tableId li.main_type_fooddrink{background-color:transparent;color:#ffffff;padding:5px;}
.main_type_fooddrink:hover{background-color:#c1c1c1;color:#475848;}
.fooddrink_name{color:#475848;font-weight:bold;}
.component{color:#5f5f5f;}
#tableId li{margin-bottom:5px;border-radius:5px;padding:5px;background-color:#ffffff;}
#food_dring_size{text-align:center;float:left;margin-left:5px;}
#food_dring_size a{width:50px;margin-left:5px;border:1px solid #c1c1c1;padding:3px;display:block;background-color:#465649;color:#ffffff;}
#food_dring_size a:hover{border-color:#465649;color:#465649;background-color:#ffffff;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
table, tr, th, td, #li_td td{vertical-align:top;}
#pizzeria_cheque div{margin-bottom:5px;font-weight:bold;}
.fdr_name_img{width:67%;}
#food_params{width:auto;float:right;}
@media only screen and (max-width:640px){
#tableId li.main_type_fooddrink{border-bottom: 1px dashed #ffffff;}
}