@import "map.css";

/* This is the main css file for the Map demo. */



html, body{
	position: absolute;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#copyright{
	background-color: rgba(255, 255, 255, 0.6);
	padding: 0.2em 0.5em;
	font-size: small;
}

#demo{
	position: absolute;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-user-select: none;
}


#overviewMapWidget{
	display: none
}

.zoomPanel{
	margin: 6px;
}

.zoomButton{
	width: 48px;
	height: 48px;
	opacity: 0.6;
}
