body {  max-width: 800px; margin: 0 auto;  font-size: 18px;}

.form-body { 
	font-size: 18px;
	background-color: rgb(250, 250, 252);
	padding-left:20px;padding-right:20px;
	padding-top:0px;padding-bottom:10px;
}

input,select { font-size: 18px;margin:5px; }
label { font-size: 18px; font-family: helvetica;}

.menu-body {
  display: block;
  color: rgb(92, 92, 92);
 /* background-image : url(../paper.jpg);*/
 /*  background-repeat: no-repeat; */
 /* background-size: cover; */
 padding-left:20px;padding-right:20px;
 padding-top:10px;padding-bottom:10px;
}

.menu-section {
  margin-bottom: 60px;
  font-size: 20px;
}

.menu-section-title {
  font-family: georgia;
  font-size: 24px;
  display: block;
  font-weight:normal;
  margin: 18px 0; 
  text-align: Center;
}

.delete{
	display:inline;
	float:left;
	background-color: rgb(250, 100, 105);
	height: 20px;
	width: 20px;
	line-height: 15px; 
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
	color: white;
    text-align: center;
    cursor: pointer;
}

.menu-item-name{
  /*text-transform: capitalize;*/
  /*font-weight: bold;*/
  width: 85%;
  border-bottom: 2px dotted rgb(180, 180, 180);
}

.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
  margin-bottom: 16px;
}

.menu-item-price{
  float: right;
  font-weight: bold;
  font-family: arial;
  position: relative;
  top: -18px;
  font-size: 14px;
}