.leaflet-control-measure {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
    background-image: url(/plugins/leaflet/measure/images/measure-control.png);
	}

.leaflet-bar-part-top-and-bottom {
	-webkit-border-radius: 4px 4px 4px 4px;
	        border-radius: 4px 4px 4px 4px;
	border-bottom: none;
	}

.leaflet-touch .leaflet-bar-part-top-and-bottom {
	-webkit-border-radius: 7px 7px 7px 7px;
	        border-radius: 7px 7px 7px 7px;
	border-bottom: none;
	}

/*
.leaflet-control-measure-on .leaflet-control-measure {
	box-shadow: 0 0 8px rgba(10,10,10,1.0);
	}*/

.leaflet-measure-tooltip {
	font: 11px/1.25 Arial, Helvetica, sans-serif;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 5px #BBB;
    margin: 0;
    padding: 2px;
    width: auto !important;
    height: auto !important;
    white-space: nowrap;
    border: 1px solid #ffa500;
}

.leaflet-measure-tooltip-total {
	font-weight: bold;
	}

.leaflet-measure-tooltip-difference {
	color: #777;
	}
