html, body {
	padding: 0;
	margin: 0;
  width:auto !important;
	height:auto !important;
}

html {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
}

#map {
	height: 400px;
	width: 100%;
 }

/*LEAFLET STYLE OVERRIDES*/

.leaflet-popup-content-wrapper {
	background-color: #fff;
	border-radius: 3px;
}

.leaflet-popup-tip{
	background-color: #fff;
}

.leaflet-popup-content {
	font-size: 1.125em;
	color: #363636;
}

.leaflet-popup-content h4{
	font-size: 20px;
	line-height: 0;
}
