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

#instructions{
	padding-left: 5%;
	padding-top: 0.5em;
}

#demo{
	position: absolute;
	border: 2px solid gray;
	margin: 0px;
	padding: 0px;
	width: 90%;
	height: 65%;
	top: 30%;
	left: 5%;
}


#overviewMapWidget{
	width: 150px;
	height: 150px;
	border-left: 3px double gray;
	border-top: 3px double gray;
}

