body {
	background-color: #FFF;
	font-family: Abel;
}
 h3 , h4 {
	 font-size: 25px;
	 padding-left: 0px;
	 color: #333;
	 margin: 2%;
 }
/* space were nav and table go */
#tablewrapper {
width:50%;
 height: 1000px;
 background-color: #EEE;
 display: block;
 position: sticky;
 margin-top: 3%;
 margin-right:5%;
 float: right;

 
 overflow-y: auto;
}
#makeOrder {
	 margin-top: 3%;
width:30%;
 height: 1000px;
 background-color: #EEE;
 display: block;
 position: sticky;
 margin-left:5%;
 float: left;

 overflow-y: auto;
}
#make {
	float: center;
	padding: 10px;
	margin: 15px;
	display: block;
}
table
{
table-layout: fixed;
width:95%;
padding: 0px;
border-collapse: collapse;
background-color: white;
margin: auto;
}
td, th
{
  padding-left: 15px;
  text-align: left;
  border-bottom: 1px solid black;
}
#makeOrder td {
height: 60px;	
}
#makeOrder th {
	height: 60px;
}


 .sign{
	 display: block;
  right:0; 
  cursor:pointer;
 }
 /* color of the top navigation */
.nav {
  float: right;
  width: 36.25%;
  background-color: #EEE;
}