.lime-theme .leaflet-control.elevation .background
{
	background-color: rgba(156,194,34,.2);
	border-radius: 5px;
	moz-border-radius: 5px;
	ms-border-radius: 5px;
	o-border-radius: 5px;
	webkit-border-radius: 5px;
}
.lime-theme .leaflet-control.elevation .axis line,.lime-theme .leaflet-control.elevation .axis path
{
	fill: none;
	stroke: #566b13;
	stroke-width: 2;
}
.lime-theme .leaflet-control.elevation .area
{
	fill: #9cc222;
}
.lime-theme .leaflet-control.elevation .mouse-focus-line
{
	pointer-events: none;
	stroke: #101404;
	stroke-width: 1;
}
.lime-theme .leaflet-control.elevation .elevation-toggle
{
	background-color: #f8f8f9;
	border-radius: 5px;
	box-shadow: 0 1px 7px rgba(0,0,0,.4);
	cursor: pointer;
	height: 36px;
	webkit-border-radius: 5px;
	width: 36px;
}
.lime-theme .leaflet-control.elevation .elevation-toggle-icon
{
	background: url(images/elevation.png) no-repeat center center;
}
.lime-theme .leaflet-control.elevation-collapsed .background
{
	display: none;
}
.lime-theme .leaflet-control.elevation-collapsed .elevation-toggle
{
	display: block;
}
.lime-theme .leaflet-control.elevation .mouse-drag
{
	fill: rgba(99,126,11,.4);
}
.lime-theme .leaflet-overlay-pane .height-focus
{
	fill: #9cc222;
	stroke: #9cc222;
}
.lime-theme .leaflet-overlay-pane .height-focus.line
{
	pointer-events: none;
	stroke-width: 2;
}
.steelblue-theme .leaflet-control.elevation .background
{
	background-color: rgba(255, 255, 255, 0.47);
	border-radius: 5px;
	moz-border-radius: 5px;
	ms-border-radius: 5px;
	o-border-radius: 5px;
	webkit-border-radius: 5px;
}
.steelblue-theme .leaflet-control.elevation .axis line,.steelblue-theme .leaflet-control.elevation .axis path
{
	fill: none;
	stroke: #0d1821;
	stroke-width: 2;
}
.steelblue-theme .leaflet-control.elevation .area
{
	fill: #FF005E;
}
.steelblue-theme .leaflet-control.elevation .mouse-focus-line
{
	pointer-events: none;
	stroke: #0d1821;
	stroke-width: 1;
}
.steelblue-theme .leaflet-control.elevation .elevation-toggle
{
	background-color: #f8f8f9;
	border-radius: 5px;
	box-shadow: 0 1px 7px rgba(0,0,0,.4);
	cursor: pointer;
	height: 36px;
	webkit-border-radius: 5px;
	width: 36px;
}
.steelblue-theme .leaflet-control.elevation .elevation-toggle-icon
{
	background: url(images/elevation.png) no-repeat center center;
}
.steelblue-theme .leaflet-control.elevation-collapsed .background
{
	display: none;
}
.steelblue-theme .leaflet-control.elevation-collapsed .elevation-toggle
{
	display: block;
}
.steelblue-theme .leaflet-control.elevation .mouse-drag
{
	fill: rgba(23,74,117,.4);
}
.steelblue-theme .leaflet-overlay-pane .height-focus
{
	fill: #4682b4;
	stroke: #4682b4;
}
.steelblue-theme .leaflet-overlay-pane .height-focus.line
{
	pointer-events: none;
	stroke-width: 2;
}
.purple-theme .leaflet-control.elevation .background
{
	background-color: rgba(115,44,123,.2);
	border-radius: 5px;
	moz-border-radius: 5px;
	ms-border-radius: 5px;
	o-border-radius: 5px;
	webkit-border-radius: 5px;
}
.purple-theme .leaflet-control.elevation .axis line,.purple-theme .leaflet-control.elevation .axis path
{
	fill: none;
	stroke: #2d1130;
	stroke-width: 2;
}
.purple-theme .leaflet-control.elevation .area
{
	fill: #732c7b;
}
.purple-theme .leaflet-control.elevation .mouse-focus-line
{
	pointer-events: none;
	stroke: #000;
	stroke-width: 1;
}
.purple-theme .leaflet-control.elevation .elevation-toggle
{
	background-color: #f8f8f9;
	border-radius: 5px;
	box-shadow: 0 1px 7px rgba(0,0,0,.4);
	cursor: pointer;
	height: 36px;
	webkit-border-radius: 5px;
	width: 36px;
}
.purple-theme .leaflet-control.elevation .elevation-toggle-icon
{
	background: url(images/elevation.png) no-repeat center center;
}
.purple-theme .leaflet-control.elevation-collapsed .background
{
	display: none;
}
.purple-theme .leaflet-control.elevation-collapsed .elevation-toggle
{
	display: block;
}
.purple-theme .leaflet-control.elevation .mouse-drag
{
	fill: rgba(74,14,80,.4);
}
.purple-theme .leaflet-overlay-pane .height-focus
{
	fill: #732c7b;
	stroke: #732c7b;
}
.purple-theme .leaflet-overlay-pane .height-focus.line
{
	pointer-events: none;
	stroke-width: 2;
}