@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{
	display: none;
}

#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;
}

#zoom_in{
	opacity: 0.6;
}

#zoom_out{
	opacity: 0.6;
}

