#bdlaInnerMap { 
	display: block;
	height: 440px; 
	width: 100%; 
	margin-bottom: 44px;
	background-color: #EFEFEF
}

.leaflet-popup-content-wrapper {
	border-radius: 0px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}
.leaflet-popup-content {width: 264px; overflow: hidden; margin: 15px; }
.leaflet-popup-content img {width: 100%; display: block; margin-bottom: 10px;}

.leaflet-popup-content h3 {
	font-size: 17px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.leaflet-popup-content p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

.leaflet-popup-content h3 a { color: #212121; }
