.leaflet-label {
	background: #444444;
	background-clip: padding-box;
	border-color: #262626;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	display: block;
	font: 11px/11px Arial, sans-serif;
	padding: 2px 2px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	white-space: nowrap;
	top: 24px;
	left: -22px;
}

.aprs-clear{
	background: none;
}

.aprs-usericon{
	display: block;
	position:absolute;
	left:-8px;
	top:-6px;
	width:24px;
	height:24px;
}

.aprs-hdg
{
	position:absolute;
	left:-4px;
	top:-4px;
}