* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
	font-family: sans-serif;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #2b2a28;
	color: #fede00;
  line-height: 50px;
	vertical-align: middle;
	text-align: center;
	padding-left: 5px;
}

.hamburger_menu{
	float: right;
	margin-right: 15px;
	font-size: 38px;
}

.top_title{
	float: left;
	cursor: pointer;
	font-size: 28px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #2b2a28;
	color: #ffffff;
  line-height: 50px;
	vertical-align: middle;
	text-align: center;
	padding-left: 20px;
}

.content {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow-y: auto;
	text-align: center;
	width: 100%;
}

.text_yellow{
	color: #fede00;
}

.text_white{
	color: #ffffff;
}

.bottom_arrow{
	margin-top: 5px;
	margin-left: 10px;
	
	
}

.orderbutgrey{
	-webkit-appearance: none;
	color: white;
	background-color: #2b2a28;
	font-size: 30px;
	height: 45px;
	padding: 2px;
	margin-right: 10px;
	margin-top: 3px;
	touch-action: manipulation;
}

.orderbutgreen{
	-webkit-appearance: none;
	color: white;
	background-color: green;
	font-size: 30px;
	height: 45px;
	padding: 2px;
	margin-right: 10px;
	margin-top: 3px;
	touch-action: manipulation;
}

.plusminusbut{
	-webkit-appearance: none;
	color: white;
	background-color: #2b2a28;
	font-size: 36px;
	height: 50px;
	width: 60px; 
	touch-action: manipulation;
}

.savebut{
	-webkit-appearance: none;
	color: white;
	background-color: grey;
	font-size: 30px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	width: 60px;
}

.disable_dbl_tap_zoom {
  touch-action: manipulation;
}