#map-container {
	width: 100%;
	height: 100%;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e9e9ea;
	border: solid 1pt #cccccc;
	overflow: auto;
}

#map-paper {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	overflow: auto;
}

