body {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'Karla', sans-serif;
}

#navbar {
	width: 100%;
	height: 5%;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
	color: white;
	position:relative;
}

#menuToggle {
	height: 100%;
	background-color: black;
	color: white;
	border: 0;
	border-right: 1px solid white;
	width: 5%;
	font-size: 14pt;
	cursor: pointer;
}

#canvas {
	width: 100%;
	height: 95%;
	margin: 0;
	position: fixed;
	top: 5%;
	left: 0%;
	z-index: 1;
}

#menu {
	background-color: #eee;
	height: 95%;
	width: 20%;
	position: fixed;
	display: none;
	top: 5%;
	left: 0;
	z-index: 5;
	padding: 0;
	margin: 0;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
}
#menu ul li {
	width:100%;
	height: 40px;
	padding: 15px 0 0 15px;
	cursor: pointer;
}
#menu ul li input {
	float: right;
	position: relative;
	left: -30px;
}

div.marker {
	background-size:100%;
}