#legend {
	display:inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding:10px;
	border: 1px solid #D6D6D4;
	box-shadow: 0px 0px 4px 1px #D6D6D4;
}

.color-icon {
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:10px;
}

#legend h4{
	margin:0;
	margin-bottom: 5px;
}