.leaflet-div-icon {
	background: transparent;
	border: none;
}

.leaflet-marker-icon .number
{
    position: relative;
    top: -36px;
    font-size: 12px;
    width: 17px;
    height: 17px;
    left: 4px;
    text-align: center;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000000;
    overflow:hidden;
}

.leaflet-marker-icon .bus-stop-number {
    position: relative;
    top: -40px;
    font-size: 11px;
    width: 17px;
    height: 17px;
    right: -17px;
    text-align: center;
    background-color: #fff700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000000;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #ffc800f0;
}

.leaflet-marker-icon .homeicon {
    background-position: center center;
    border-style: solid;
    border-width: 3px;
    position: relative;
    top: 0px;
    font-size: 12px;
    width: 22px;
    left: 0px;
    text-align: center;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 22px;
    background-image: url('/images/markers/homeicon.png');
    background-repeat: no-repeat;
    box-sizing: border-box;
}



.leaflet-marker-icon .text {
    position: absolute;
	background: #ffffff;
	border: 1px solid #000000;
    
    top: 4px;
    font-size: 12px;
    
    height: 18px;
    right: 27px;
    text-align: center;
        white-space: nowrap;
        padding-left:5px;
        padding-right:5px;
}
.leaflet-marker-icon .text:after, .leaflet-marker-icon .text:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.leaflet-marker-icon .text:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
    border-width: 4px;
	margin-top: -4px;
}
.leaflet-marker-icon .text:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000000;
	border-width: 5px;
	margin-top: -5px;
}


.leaflet-marker-icon .ClusterMarker {
    position: relative;
    top: 0px;
    font-size: 12px;
    width: 36px;
    height: 36px;
    left: 0px;
    text-align: center;
    background-color: #000000;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #FFFFFF;
    line-height: 34px;
    
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.leaflet-marker-icon .ClusterMarker span {
    padding: 1px 3px 1px 3px;
    font-size: 10px;
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}