/* Vostan v0.2 */
#arrow, #dashed-arrow path {
    stroke: steelblue;
    fill: steelblue;
    /*stroke: #fff;*/
    /*fill: #fff;*/
}

.tooltip {
    width: auto;
    height: auto;
    position: absolute;
    border-radius: 5px;
    background-color: #eee;
    color: orange;
    z-index: 2000;
    visibility: hidden;
    font-family: vostanCantarell, VostanGrapalat;
}

text {
    text-anchor: middle;
    fill: orange;
    font-family: vostanCantarell, VostanGrapalat;
}

.arrow, .dashed-arrow {
    stroke-width: 1;
    stroke: steelblue;
    /*stroke: #fff;*/
    fill: none;
}

.dashed-arrow {
    fill: none;
    stroke-dasharray: 4,4;
}
