
.osm_container
{
	width:100%;
	height:0;
	padding-top:100%;
	margin: 0 auto;
	position:relative;
}

.osm_container>.osm_map
{
	width:100%; height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}

.osm_container .leaflet-control-attribution.leaflet-control>a:first-child, .osm_container .leaflet-control-attribution.leaflet-control>span
{
	display:none;
}

.osm_container .leaflet-control-attribution.leaflet-control
{
	opacity:0;
	display:none;
}


.osm_link
{
	margin:0.25em;
	display:inline-block;
}

.getdirections>div
{
	height:2.7em;
	line-height:2.7em;
}

.map_popup_image.two::after, .map_popup_image.three::after, .map_popup_image.four::after
{
	position:absolute;
	top:-1.7em;
	left:0;
	color:#2b82cb;
	text-shadow: 0 1px 1px WHITE, 0 -1px 1px WHITE, 0 1px 1px WHITE, 0 -1px 1px WHITE, -1PX 0 1px WHITE, 1PX 0 1px WHITE;
	
}

.map_popup_image.two::after
{
	content:'2nd Address';
}

.map_popup_image.three::after
{
	content:'3rd Address';
}

.map_popup_image.four::after
{
	content:'4th Address';
}