.trackserver-infobar-container {
	background: rgba(0,0,0, 0.4);
	z-index: 900;
	position: relative;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.trackserver-infobar {
	z-index: 800;
	margin-left: 50px;
	margin-right: 20px;
	color: white;
}

.leaflet-control-edit-button {
	background-position: -2px -2px;
}

.leaflet-control-edit a {
	background: #fff url(img/editable-spritesheet.png) no-repeat 0 0;
	background-position: -30px 0;
}

.leaflet-control-edit-enabled a {
	background-position: 0 0;
}

.leaflet-div-icon.leaflet-vertex-icon {
	border: 1px solid black;
	border-radius: 40%;
	background: white;
	width: 6px;
	height: 6px;
}

img[alt="MapTiler logo"] {
  display: none;
}
