@charset "utf-8";

/*  */

#map{
	display: block;
	width: 100% !important;
	height: 315px;
	margin: 0 auto;
}

.overlay{
	display:block;
	opacity:0.8;
	background:rgba(215, 36, 54, 0.5);
	border:solid 2px rgba(215, 36, 54,1);
	border-radius:4px;
	box-shadow:2px 2px 10px #333;
	text-shadow:1px 1px 1px #666;
	padding:0 4px;
}

.overlay_arrow{
	left: 50%;
	margin-left: -11px;
	width: 0;
	height: 0;
	position: absolute;
}
.overlay_arrow.above{
	bottom:-10px;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:12px solid rgba(215, 36, 54,1);
}
.overlay_arrow.below{
	top:-15px;
	border-left:16px solid transparent;
	border-right:16px solid transparent;
	border-bottom:16px solid rgba(255, 176, 176,0.9);
}
