@media screen and (max-device-width: 480px){
  body .menu_body {
    -webkit-text-size-adjust: none;
  }
}

/* New Menus */
.menu_body { width: 100%; }

.menu_tags { line-height: 18px; }
.menu_tags .title { font-weight: bold; }

.menu_section  {
	margin-bottom: 20px;
}

.menu_section h3.section_name {
	width: 100%;
	border-bottom: 2px solid #000000;
	padding-top: 4px;
	margin: 5px 0;
}

.menu_section .menu_item { overflow: hidden; padding-bottom: 5px; margin: 3px 0; border-bottom: 1px solid #E6E6E6; }

.menu_section .menu_item h4.item_name { font-size: 14px; line-height: 19px; padding-top: 5px; float:left; margin: 0; clear: none; font-family: Arial, ​sans-serif, ​Verdana, ​Tahoma; font-weight: bold; }
.menu_section .menu_item.menu_label h4.item_name { font-size: 16px; }

.menu_section .menu_item .item_desc { font-size: 14px; line-height: 18px; margin-top: 31px; font-style: italic; }
.menu_section .menu_item table.menu_item_prices {
	float:right;
	padding-top: 5px;
	width: auto;
}

.menu_section .menu_item table.menu_item_prices tbody { border: none; }

.menu_section .menu_item td.price { text-align: right; padding-left: 10px; font-weight: bold; font-family: Arial, ​sans-serif, ​Verdana, ​Tahoma; font-size: 11px; }
.menu_section .menu_item td.price:not(:empty):before { content: "$"; }

.menu_section .menu_item td.unit { font-size: 11px; padding-left: 6px; }
.menu_section .menu_item td.unit:not(:empty):before { content: " ("; }
.menu_section .menu_item td.unit:not(:empty):after { content: ")"; }


.menu_section .menu_item_images { float: left; margin-right: 4px; overflow: hidden;}
.menu_section .menu_item_images .hide_img { display: none; }
.menu_section .menu_item_images a {
	width: 64px;
	overflow:hidden;
	display: block;

	border-radius: 10px;
	padding: 7px 4px 3px 6px;
}

.menu_section .menu_item_images .img_wrap{
	width: 60px;
	overflow:hidden;
}


.menu_section .menu_item_images .img_icon {
	position: absolute;
	height: 50px;
	width: 60px;
	overflow:hidden;
	background: transparent none center center no-repeat;
	opacity: .7;
}

.menu_section .menu_item_images a:hover .img_icon {
	opacity: 1;
}

.menu_section .menu_item_images a:hover {
	background-color: #F1F1F1;

}

.menu_section .menu_item_images img {
	height: 50px;
	min-width: 60px;
}

.menu_section .menu_item_images .hover_icon_wrapper{
	position: absolute;
	height: 80px;
	width: 100px;
	cursor: pointer;
}

.menu_section .menu_item_images .hover_icon_wrapper .hover_icon {
	position: relative;
	background: transparent none 0 0 no-repeat;
	height: 50px;
	left: 20px;
	top: 3px;
}

.menu_section .menu_item_images .hover_icon_wrapper:hover .hover_icon {
	background-image: none;
}


.menu_section .menu_item .item_details { overflow: hidden; clear:both }
/* .menu_section .menu_item .item_details img{ float: right } */



#kiosk_body .menu_section .menu_item_images { display: none; }