.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.route-notext { font-size: 0px; line-height: 0px; height: 0px; text-indent: -4000px; }

.route-tooltip { width: 320px; position: absolute; top: 0; left: 0; z-index: 3000; display:none; }
.route-tooltip p { font-size: 15px; line-height: 24px; color: #FFFFFF; }
.route-tooltip .top { }
.route-tooltip .center { padding: 30px; background: rgba(0, 0, 0, 0.5); }
.route-tooltip .bottom { margin: 0 auto; width: 0px; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 20px solid rgba(0, 0, 0, 0.5); }
.route-tooltip .route-close-tooltip {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 21px;
	background: url(images/close-tooltip.png) no-repeat 0 0;
}

.routes-route-map .route-tooltip { display: none; }

.prettyroutes-map .leaflet-marker-icon,
.prettyroutes-map .leaflet-marker-shadow { box-shadow: none; }
