#map-editor {
	display: none;
}

#region-selector {
	width: 100%;
	height: 100%;
	height: 595px;
}

#region-selector #lMap {
	width: 100%;
	height: 100%;
}

.leaflet-control-attribution {
	position: fixed;
	bottom: 0;
	right: 0;
	border-radius: 5px 0 0 0;
}

.leaflet-control-attribution a {
	outline: none;
}

.leaflet-control-attribution img {
	padding: 5px;
	height: 30px;
}