﻿
.routeIcon {
    background-repeat: no-repeat;
    background-position: center;
}
.routeIcon.Start {
    background-image: url("../../../../img/navigation/mobile/PNG/map_buble_green@2x.png");
    background-size: 68px;
}
.routeIcon.End {
    background-image: url("../../../../img/navigation/mobile/PNG/map_buble_red@2x.png");
    background-size: 68px;
}
.routeIcon div {
    color:#fff;
    font-Weight:bold;
    font-Size:14px;
    line-height: 2.5;
    text-align: center;
}
