
.leaflet-control-zoomslider-slider-body ,
.leaflet-control-container .leaflet-top.leaflet-right {
  display: none;
}

#map {
  height: 100%;
  display: block;
  z-index: 0;
}


#mapanica-logo {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  padding-top: 5px;
}

#mapanica-logo img {
  width: 48px;
}

#mapanica-logo span {
  font-size: 9px;
  font-weight: bold;
  background-color: #000;
  padding: 2px 5px;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#mapanica-logo a span {
  color: #fff;
}

#mapanica-logo a:hover {
  color: #fff;
  text-decoration: none;
}

.leaflet-control-zoomslider-slider {
  background: none;
  height: 30px !important;
}


html {
  height:100%;
}

body {
  height:100%;
  margin: 0;
}
