.gps-element-map {
	height: 400px;
}

.gps-element-map .leaflet-popup-content-wrapper {
	border-radius: 0;
}

.gps-element-search-container {
	margin-bottom: 10px;
}

.gps-element-search-container > div:first-child .gps-element-search-results {
	border: 1px solid #ddd;
	position: absolute;
	z-index: 10000;
	background-color: #fff;
	display: block;
	list-style: none;
	padding: 5px;
	margin: 0;
	top: 100%;
	left: 0;
	right: 0;
	margin-bottom: 5px;
}

.gps-element-search-container > div:first-child .gps-element-search-results li {
	margin: 0;
	padding: 0 10px;
	display: block;
	list-style: none;
	cursor: pointer;
}

.gps-element-search-container > div:first-child .gps-element-search-results li:hover {
	background-color: #7C9629;
	color: #fff;
}

.gps-element-search-address {
	padding-bottom: 1px;
}