body {
	padding: 0;
	margin: 0;
}
html, body, #mapid {
	height: 100%;
	width: 100%;
}
.sidebarCSS {
	position: absolute;
	top: 100px;
	left: 12px;
	height: 70%;
	z-index: 500;
}
.topleftCSS {
	position: absolute;
	top: 100px;
	left: 12px;
	z-index: 500;
}
.headerCSS {
	position: absolute;
	right:12px;
	z-index: 500;
}

