#map_view {
	text-align: center;
	padding: 15px;
}
#map_view #map {
	border: solid 1px #ccc;
	width: 100%;
	height: 600px;
	display: inline-block;
}
