#legend {
  font-family: Arial, sans-serif;
  background: #fff;
   position: BOTTOM_LEFT;
  height: 142px;
  width: 209px;

  left:10px;
    bottom: 34px !important;
  /*top:580px;*/
  border-radius: 2px;
  box-shadow: 1px 2px 1px grey;
  z-index: 5;
}

#legend-Header {
    top: 0px;
    height: 46px;
    background-color: #009d56;
    text-align: center;
    vertical-align: top;
    color: #FFF;
    cursor: default;
    padding-top: 13px;
    border-radius: 0px;
    font-size: 15px !important;
/*  font-size: 150%;*/
}

#legend-grid{
  margin:26px;
    margin-left: 45px !important;
    padding:20px;
}
