/*
Exotic India CSS style
Theme URI: http://wordpressaholic.com
Author URI: http://wordpressaholic.com
*/

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

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

.menu-section-title {
  font-family: georgia;
  font-size: 25px;
  color: blue;
  display: block;
  font-weight:normal;  
}

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

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

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

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

