.mapcontainer {
    position: relative;
}

.mapcontainer .map{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.mapcontainer .legend{
    position: absolute;
    top: 0px;
    right: 0px;
	background-color: #D0E8FF;
	padding: 15px;
	font-size: 85%;
    height: 100%;
}

.mapcontainer .legend .dot{
	display: inline-block;
	margin-right: 5px;
}

.dot{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.5);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.5);
	border: 1px solid black;
}

.mapcontainer .map .dot{
	position: absolute;
}