/** leaflet */
.leaflet-control a,
.leaflet-control a:link
{
  display: block;
}

.leaflet-bar {
  box-shadow: none;
  border-radius:0;
}

.leaflet-bar a:first-child,
.leaflet-bar a:last-child,
.leaflet-bar a:hover,
.leaflet-bar a {
  background-color: black;
  color: white;
  opacity: 0.7;
  border:none;
  border-radius: 0px;
}