/* Little popups */
.leaflet-rrose-content-wrapper {
	border-radius: 5px;
	margin: 0 auto !important;
}
.leaflet-rrose-content,
.leaflet-rrose-content p {
	margin: 1px 4px;
}
.leaflet-rrose-tip {
	box-shadow: none;
}
.leaflet-rrose-tip-container {
	margin-top: -5px;
	margin-bottom: -5px;
}

/* Style for Control.Layers.argsGeoJSON */
.overlay-separator {
	margin-top: 1px;
	border-width : 1px;
	border-top-style: solid;
}
.leaflet-control-layers {
	word-wrap: normal;
}
