.inactive_link{display:block;cursor:pointer;}
#tableId li{list-style:none;}
.pizzeria_action ul{margin-left:25px;}
.active_link{font-weight:bold;cursor:pointer;}
.main_type_fooddrink{background-color:#109347;color:#111111;padding:5px;}
.fooddrink_name{color:#111111;font-weight:bold;margin-bottom:5px;}
.food_description{color:#111111;}
#tableId li{padding:5px;border-bottom:1px dotted #aaaaaa;}
#food_dring_size{float:left;margin-left:5px;}
#food_dring_size a{text-align:center;width:50px;border:1px solid #aaaaaa;padding:3px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:block;color:#111111;}
#food_dring_size a:hover{border:1px solid #aaaaaa;background-color:#ffffff;color:#109347;}
table, tr, th, td, #li_td td{vertical-align:top;}
#pizzeria_phone_number, #pizzeria_cheque{text-align: left;}
#pizzeria_cheque div{margin-bottom:5px;font-weight:bold;}
#content_right{float:left;width:22%;margin-left:1%;}
#poput_main{background-color:#b52025;border:3px solid #aaaaaa;position:fixed;z-index:10000;top:50px;left:50%;margin-left:-45%;width:90%;height:70%;}
#popup_content{width:100%;height:94%;background:transparent !important;}
#header_menu input{height:35px;}
td{font-size:12px;}
#tableId li{margin-bottom:7px;}
#container_page{width:100%;padding:0;}
@media only screen and (max-width: 320px){

}
@media only screen and (max-width: 640px){
	.fdr_name_img{width:100%;}
	#food_params{width:auto;margin-top:3px;float:right;}
	#food_params a{display:block;}
	#container_left .fdtype{float:left;margin-right:1%;}
	.pizzeria_action{height:auto;overflow:none;}
	#left_column{display:none;}
	
	.top_panel_image{
		display: none;
		/* position: absolute; margin: -100px; */
	}	
	
	.clearfix{
		display: none;
		/* position: absolute; margin: -100px; */
	}	
}

@media only screen and (min-width :641px){
.fdr_name_img{width:60%;margin-right:1%;float:left;}
#food_params{width:auto;float:right;}
}

@media only screen and (min-width :993px){
.fdr_name_img{width:60%;margin-right:1%;float:left;}
#food_params{width:auto;float:right;}
}

#all_pizzerias {
	display: none;
}
#all_pizzerias a {
  width: calc(46% - 10px);
  max-width: inherit;
  line-height: 30px;
  border-radius: 15px;
  /* image: linear-gradient(to bottom right, orange, green); */
  color: #fff;
  margin: 0.4rem;
  display: inline-table;
  border-radius: 10px;
  box-shadow: 0px 1px 3px #666666;
  color: #c25f0c;
  font-size: 14px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  padding: 4px 1% 4px 1%;
}

#all_pizzerias .active{
	background-color: green;
	color: #fff;
}
#all_pizzerias .inactive{
	background-color: orange;
	color: #fff;
}
