

text {
    fill: #eee;
}
path.candle {
    stroke: #eee;
}

path.candle.body {
    stroke-width: 0;
}

path.candle.up {
    fill: #70a800;
    stroke: #70a800;
}

path.candle.down {
    fill: #ea0070;
    stroke: #ea0070;
}

.supstance path {
    stroke: blue;
    stroke-width: 0.8;
    stroke-dasharray: 2, 2;
}

.mouseover .supstance path {
    stroke-width: 1.5;
}

.axisannotation path {
    fill: blue;
}

.axisannotation text {
    fill: #fff;
}

.dragging .supstance path {
    stroke: #ddd;
}

.interaction path {
    pointer-events: all;
    cursor: ns-resize;
    stroke: blue;
    stroke-width: 1;
}

.domain, .tick line{
    stroke: #ddd;
}