/* CSS Document */

/* Basic Styles */
.text-center {
	text-align: center;
}
body {
	font-family: "Arial Narrow", Arial, "sans-serif"	
}

#filters {
	width: 600px;
	margin: 10px auto;
	text-align: center;
}

/* Set the size of the div element that contains the map */
#map {
  height: 500px;
  /* The height is 800 pixels */
  width: 100%;
  /* The width is the width of the web page */
}