.leaflet-linkedtag {
	background-clip: padding-box;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 6;
}

.leaflet-linkedtag.leaflet-clickable {
	cursor: pointer;
}

.leaflet-linkedtag:before,
.leaflet-linkedtag:after {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: none;
	position: absolute;
	top: 5px;
}

.leaflet-linkedtag:before {
	border-right: 6px solid black;
	border-right-color: inherit;
	left: -10px;
}

.leaflet-linkedtag:after {
	border-left: 6px solid black;
	border-left-color: inherit;
	right: -10px;
}

.leaflet-linkedtag-right:before,
.leaflet-linkedtag-left:after {
	content: "";
}