/**
 * OS DataHub Maps
 *
 * Minimal style sheet for use with OS maps.
 */

.osmap {
    border: 1px solid #DDD;
    padding: 6px;
    clear:both;
    margin-bottom: 10px;
}

.osmap img {
    box-shadow: none;
}

.osmap-elev {
    margin-top: -10px;
}

.osmap-elev .elevation-control.elevation .background {
    border-radius: 0;
}

.osmap-elev.osmap-hide-pane .mouse-focus-label {
    visibility: hidden;
}

path.elevation-polyline {
    visibility: hidden;
}

.os-api-branding.logo {
    box-sizing: initial;
}

a.leaflet-control-fullscreen-button {
    background-position: 0 0;
}
