.detail_food_menu{font-size:75%}

.detail_food_menu{ padding-bottom:2.500em; float:left;}

.sm3_page_content .detail_food_menu {float:none;}


@media only screen and (max-width:1024px){
	.detail_food_menu{ width:100%}
	
}
@media only screen and (min-width: 992px)and (max-width:1024px){
	.detail_food_menu{ width:100%}
}

@media only screen and (max-width: 48em) {
	.detail_food_menu{ width:100%}
}
