.brush-control .in {
    fill: #92c5de;
}

.brush-control .out {
    fill: #f4a582;
}

.brush-control .axis path,
.brush-control .axis line {
    fill: none;
    stroke: #f6f6f6;
    shape-rendering: crispEdges;
    vector-effect: non-scaling-stroke;
}

.brush-control .brush .extent {
    stroke: #f6f6f6;
    fill-opacity: .125;
    shape-rendering: crispEdges;
    vector-effect: non-scaling-stroke;
}

.brush-control {
    z-index: 2000;
}

.brush-control .y.axis rect{
    fill: rgba(1, 1, 1, 0.3);
}

.brush-control .focus-hover {
    pointer-events: none;
}

.brush-control .x-top.axis line{
    fill: none;
    stroke: #1c2124;
    shape-rendering: crispEdges;
    vector-effect: non-scaling-stroke;
    /*stroke-dasharray: 1 1;*/
}

.brush-control .x-top.axis text {
    stroke: none;
    fill: #f6f6f6;
}

.brush-control .x-top.axis path {
    display:none;
}

