html {
	height: 100%;
}

body {
	height: 100%;
	overflow: hidden;
}

#gmap {
	width: 100%;
	height: -webkit-calc(100% - 10px);
	height: calc(100% - 10px);
}

#infoboxContent {
	border: 1px solid black; 
	margin-top: 8px; 
	background: #8cbe38; 
	padding: 5px;
}