#hmap-container {
	position: relative;
	margin: 20px 0;
}

#hmap-container	#hmap {
	height: 700px;
	width: 100%;
	border: 1px solid rgb(150,202,80);
	z-index: 0;
}

#hmap-container	#hmap .leaflet-control-container .leaflet-left {
	right: 1rem;
	left: unset;
}
#hmap-container	#hmap .leaflet-control-container .leaflet-left .leaflet-control {
	margin-left: 0;
}
#hmap-container	#hmap .leaflet-control-container .leaflet-left .leaflet-control a {
	text-decoration: none;
}

#hmap-container	#hinfo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	background: white;
	padding: 0.5rem;
	border-radius: 5px;
}
#hmap-container	#hinfo h2 {
	margin-bottom: 0;
}
#hmap-container	#hinfo p {
	margin-top: 5px;
}

#hmap-container	#hinfo #hinfo-city {
	margin-top: 5px;
}