.layer-legend {
    position: absolute;
    /*top: 3.5em;*/
    /*right: 0.5em;*/
    bottom:0em;
    text-align: left;
    background-color:white;
}
.layer-legend-title{
	background:white;
	font-size:14px;
	font-weight:bold;
}
.layer-legend img{
	clear:both;
	float:left;
	border-top:1px solid #cccccc;
}

