html, body{
	/*overflow-x: hidden;  prevents horizontal scroll bars */
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* disable webkit tap highlight */
	height: 100%; /* fixes focus scrolling in Safari (OS X) */
}

/* Lists */

ul{
    margin: 0;
    padding: 0;
}

/* Container */

#container{
	position: relative;
}

/* Menu Button */

.menu-btn{
	width: 100%;
	padding-left: 20px;
	margin-bottom: 0px;
	background: #249800;
	color: #FFF;
	text-align: left;
	cursor: pointer;
}

.menu-btn:hover{
	background: #249800;
	color: #FFF;
}