.leaflet-control.elevation .background {
    background-color: #f8f8f9;
    display: block;
    margin: auto;
}
/* x i y crte */
.leaflet-control.elevation .axis path,
.leaflet-control.elevation .axis line {
    fill: none;
    stroke: #383838;
    stroke-width: 1;
}
.leaflet-control.elevation .area {
    fill: #008eff33;
    stroke: #008eff;
}
.leaflet-control.elevation .mouse-focus-line {
    pointer-events: none;
    stroke-width: 1;
    stroke: #383838;
}
.leaflet-control.elevation .elevation-toggle {
    cursor: pointer;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    background: url(elevation.png) no-repeat center center #f8f8f9;
}
.leaflet-control.elevation-collapsed .background {
    display: none;
}
.leaflet-control.elevation-collapsed .elevation-toggle {
    display: block;
}
.leaflet-control.elevation .mouse-drag {
    fill: rgba(23, 74, 117, 0.4);
}
.leaflet-overlay-pane .height-focus {
    stroke: #fc0;
    fill: #fc0;
}
.leaflet-overlay-pane .height-focus.line {
    pointer-events: none;
    stroke-width: 2;
}