#choroplethwarehousesLegend {
display: none;
padding-left: 15px;
padding-top: 15px;
background-color: #FFF;
width: 280px;
height: 300px;
color: #626262;
position: absolute;
top: 500px;
right: 15px;
overflow: hidden;
border-radius: 3px;
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.18);
z-index: 20;
}
.swatch {
width:40px;
height:13px;
float:left;
padding-left: 0;
margin-right:10px;
}
.map-legend ul {
list-style: none;
padding-left: 0;
}
/*#choro {
  display: inline-block;
 
}*/

.thumbs {
    display: inline-block;
    /*width: 33%;*/
    float: left;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
#choroplethagrodealersLegend {
display: none;
padding-left: 15px;
padding-top: 15px;
background-color: #FFF;
width: 280px;
height: 300px;
color: #626262;
position: absolute;
top: 500px;
right: 15px;
overflow: hidden;
border-radius: 3px;
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.18);
z-index: 20;
}