.metro-svg-browser__scheme text,
.metro-svg-browser__scheme text tspan {
    font-size: 15px;
    font-family: PT Sans,sans-serif;
    text-rendering: geometricPrecision;
}

#map-markers svg {
    position: relative !important;
}

#map-markers svg g.metro-svg-browser__point_is_active rect {
    fill: #cae8ca;
    fill-opacity: 1;
}

.line-hover {
    stroke-width: 4px;
    cursor: pointer;
}

[data-line] {
    cursor: pointer;
}