.leaflet-control-messagebox {
	display: none; /* Initially hidden */
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	border-left: 5px solid #31f00a;
	background-color: rgba(32, 32, 32, 0.897);
	color: rgb(255, 255, 255);
	padding: 3px 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

