.leaflet-control-geocoder a {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}

.leaflet-control-geocoder {
	box-shadow: 0 1px 7px #999;
	background: #f8f8f9;
	-		moz-border-radius: 2px;			/* all were 8 */
	-webkit-border-radius: 2px;
					border-radius: 2px;
border: solid 0px
}

.leaflet-control-geocoder a {							/* image & background sizes adjusted to match locator; can't readily change image colour */
	/* background-image: url(images/geocoder.png); */
	background-image: url(../images/leaflet_geolocate-magnifier-solid.svg);
	width: 5px;														/* was 36 x 36 but seems to be ignored*/
	height: 5px;
}

.leaflet-touch .leaflet-control-geocoder a {
	width: 30px;														/* was 44 x 44 */
	height: 30px;
	
}

.leaflet-control-geocoder .leaflet-control-geocoder-form,
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-toggle {
	display: none;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
	display: block;
	position: relative;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
	padding: 5px;
}