.ui-dialog-titlebar-close {
	background: url("/lib/jquery-ui/images/ui-icons_222222_256x240.png") -96px -128px no-repeat !important;
	width: 18px;
	height: 18px;
}


/* Show crosshairs when hovering over the map */
#map {
	cursor: crosshair;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 8px;
}

.leaflet-container {
	font: inherit; /* keep site font */
}

/* Fullscreen control styling */
.leaflet-control-fullscreen.leaflet-bar a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
}

.leaflet-control-fullscreen .fa {
	pointer-events: none;
}
/* let clicks pass to the <a> */
