.menu-body {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  color: rgb(92, 92, 92);
}

.menu-section {
  margin-bottom: 80px;
}

.menu-section-title {
  font-family: georgia;
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: Center;
}

.menu-item {
  margin: 35px 0;
  font-size: 18px;
}


.menu-item-image{
  width: 80px;
  height: 80px;
  background-color: black;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  border-radius: 3px;
}

.menu-item-name{
  display: inline-block;
  font-family: helvetica;
  font-weight: bold;
  border-bottom: 2px dotted rgb(213, 213, 213);
}

.menu-item-price{
  float: right;
  font-weight: bold;
  font-family: arial;
}

.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}



.menu-item-price-rtl{
	float: left;
	font-weight: bold;
	font-family: arial;
	/*margin-top: -22px;*/
	font-size: 1.5em;
}

.menu-item-price-ltr{
	float: right;
	font-weight: bold;
	font-family: arial;
	margin-top: -22px;
}