.tick line{
    stroke: #aaa;
}
.tick text{
    font-size: 9px;
}
.domain{
    stroke: #aaa;
}
.mark{
    fill: skyblue;
    stroke: skyblue;
    fill-opacity: 0.5;
}
path{
    stroke: skyblue;
    fill: none;
}
.color0{
    stroke: orange;
    fill: orange;
    fill-opacity: 0.5;
}
.color1{
    stroke: lime;
    fill: lime;
    fill-opacity: 0.5;
}
.color2{
    stroke: skyblue;
    fill: skyblue;
    fill-opacity: 0.5;
}
.color3{
    stroke: violet;
    fill: violet;
    fill-opacity: 0.5;
}
.stripe{
    fill-opacity: 0;
}
.stripe0{
    fill: rgb(250, 250, 250);
    fill-opacity: 1;
}
.stripe1{
    fill-opacity: 0;
}
.mark.hovered{
    stroke-width: 3px;
}
.tick line.grid{
    stroke: #eee;
}
.background .bg-rect{
    fill: rgb(255, 255, 255);
    stroke: rgb(240, 240, 240);
}