.leaflet-control-wms-legend
{
  display: block;
  padding: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  cursor: auto;
  text-align: left;
  background-color: #FFFFFF;
}
ul.leaflet-control-wms-legend, li.leaflet-control-wms-legend {
  list-style: none;
  margin: 4px;
  padding: 4px;
  text-align: left;
  border: none;
  box-shadow: 0 0 0;
}

