 .leaflet-control.elevation .background {
  background-color: rgba(70, 130, 180, .7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px
}
 .leaflet-control.elevation .axis path,  .leaflet-control.elevation .axis line {
  fill: none;
  stroke: white;
  stroke-width: 2
}
 .leaflet-control.elevation .area {
  stroke: #F5C439;
  stroke-width: 3px;
  stroke-linejoin: round;
  fill: rgba(245, 196, 57, 0.47);
}

 .leaflet-control .axis{
   fill: white;
 }

 .leaflet-control.elevation .mouse-focus-line {
  pointer-events: none;
  stroke-width: 1;
  stroke: #0d1821
}
 .leaflet-control.elevation .elevation-toggle {
  cursor: pointer;
  box-shadow: 0 1px 7px rgba(0, 0, 0, .4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background: url(images/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, .4)
}
 .leaflet-overlay-pane .height-focus {
  stroke: #4682b4;
  fill: #4682b4
}
 .leaflet-overlay-pane .height-focus.line {
  pointer-events: none;
  stroke-width: 2
}
