.interactiveContainer {
	font-family: "Source Sans Pro",Arial,sans-serif;
}
.mapContainer {
	width: 100%;
	height: 500px;
	border: 1px solid #aaa;
	position: relative;
	float: left;
}
.graphicHeader {
	font-size: 27px;
	font-weight: 100;
	letter-spacing: -1px;
}
#map {
	width: 100%;
	height: 100%;
}
.name {
	font-size: 15px;
}
.owner {
	font-size: 11px;
	text-transform: uppercase;
}
.description {
	font-size: 12px;
	margin-top: 10px;
}
.leaflet-popup-content-wrapper {
	border-radius: 3px !important;
	background: rgba(255,255,255,0.7) !important;
	z-index: 1000;
	visibility: hidden;
}
.leaflet-popup {
	visibility: hidden;
}

.annotation {
	position: absolute;
	right: 10px;
	top: 10px;
	background: white;
	width: 180px;
	padding: 14px;
	font-size: 13px;
	box-shadow: 2px 2px 13px 1px #444;
	-moz-box-shadow: 2px 2px 13px 1px #444;
	border-radius: 5px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: black !important;
	box-shadow: none !important;
}

.close {
	float: right;
	width: 100%;
	text-align: right;
	font-size: 14px;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
	color: maroon;
	display: none;
}
.hospitalName {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.annoteText {
	font-size: 15px;
	font-weight: 100;
	margin-top: 14px;
}
.annoteText:first-child {
	margin-top: 0;
}
.legend {
	position: absolute;
	right: 20px;
	left: auto;
	bottom: 20px;
	width: 150px;
}
.sourceline {
	float: left;
}
.smallByline {
	float: left;
}

@media screen and (max-width: 400px) {
	.annotation {
		width: 100px;
	}
	.legend {
		left: 10px;
		right: auto;
		width: 140px;
	}
	.close {
		display: block;
	}
}

