#aheym_map {
	border:2px solid darkred;
	height:600px;
	width:98%;
	margin:1%;
	max-width:100%;
}

.mapBubble {
	max-width:300px;
	max-height:400px;
	overflow-y:auto;
	font-size:2em;
}

.mapBubbleTitle {
	font-size:1.2em;
	color:#600;
	font-weight:bold;
}

.mapBubble .interview {
	border:none;
	border-top:1px solid #eee;
	padding:10px 0px;
	margin:10px 0px;
}

.mapBubble .interview:first-child {
	border-top:0px solid #eee;
	padding:10px 0px;
	margin:10px 0px;
}