div.leaflet-control{
  display: none !important;
}

.leaflet-control-attribution.leaflet-control{
  display: block  !important;
  margin-bottom: 0rem !important;
}

img.leaflet-marker-draggable, img.leaflet-marker-shadow{
  display: none;
}
.popover__action-button--cross{
  display: none;
}

.card__head .popover__action .popover__action-button--cross{
  display: inherit;
}

.leaflet-container .leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    margin: 0;
}

img.embedded_footer_logo{
    margin-right: 0.2rem;
    width: 70px;
}
@media(max-width:768px) {
    .header {
        display: none;
    }
}
