/* Start of Marker */
.marker-station {
    width: 45px;
    height: 45px;
    position: relative;
    left: 40%;
    top: 30%;
    border: 2px solid #9E9E9E;
    background-color: #FFFFFF;
    border-radius: 50px !important;
}

.marker-station:before,
.marker-station:after {
    content: "";
    position: absolute;
    margin-left: -10px;
    top: 100%;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.marker-station:before {
    border-top: 30px solid #777777;
}

.marker-station:after {
    margin-top: -5px;
    border-top: 30px solid #FFFFFF;
}

.marker-station>.station-name {
    font-size: 12px;
    white-space: nowrap;
    color: #FFFFFF;
    background-color: #42A5F5;
    left: 50%;
    top: 88%;
    position: absolute;
    padding: 4px;
    transform: translateX(-50%);
    z-index: 1;
}
