#tablewrapper {
 width: 40%;
 height: auto;
 display: block;
 position: absolute;
 margin-left: 5%;
 margin-top: 2%;
 margin-bottom: 5%;
 left: 0;
}

#map{
	height: 100%;
	width: 100%;
}

#mapholder {
 width:40%;
 height: 700px;
 background-color: #EEE;
 display: block;
 position: absolute;
 margin-right: 5%;
 margin-top: 2%;
 margin-bottom: 5%;
 right: 0;
}
.container {
    margin: auto;
	 margin-top: 60px;

	position: relative;
	}
table
{
margin: auto;
margin-top: 5%;
margin-bottom:5%;
width:90%;
height:90%;
padding: 10px;
border-collapse: collapse;
background-color: white;
}
td, th
{
  padding-left: 15px;
  text-align: left;
  width: 15%;
  border-bottom: 1px solid black;
}
td {
height: 50px;	
}
th {
	height: 20px;
}
footer {
  position: fixed;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
}


#drag{
    width:100%;
    position: relative;
    display: inline-block;
    height: auto;
    padding-bottom: 5px;
}

.hold{
  border: solid #ccc 4px;
}

.hovered{
  background: #f4f4f4;
  border-style: 5px dashed black;
}

.invisible{
  display: none;
}

.restaurant{
 font-family: "Gill sans", sans-serif;
  float: left;
  margin: 10px;
  width: 130px;
  text-align: center;
  background-color: #152B40;
  color: white;
  cursor: pointer;
  border-radius: 2px;
  padding: 5px;
 width: auto;
}

.zone{
  background-color: #152B40;
  margin: 5px;
  color: white;
  font-family: "Gill sans", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 4px;
  line-height: 27px;
  border-radius: 2px 2px 2px 2px;
}

.appendix {
  display: inline-block;
  text-align: center;
  background-color: white;
  height: 40px;
  width: 100%;
}
.appendix .restaurant{
	background-color: orange;
	padding: 0px;
}
.calculator {
  display: inline-block;
  text-align: center;
  background-color: #152B40;
  height: 30px;
  width: 100%;
  vertical-align: middle;
}
.RES {
height: 20px;
width: 50%;	
display: inline-block;	
background-color: white;
float: right;
color: black;

}
button {
	float: left;
	content: calc;

	
}
