.background path {
    fill: none;
    stroke: steelblue;
    stroke-opacity: .4;
    shape-rendering: crispEdges;
}

.foreground path {
    fill: none;
    stroke: #466db4;
    stroke-opacity: 1.0;
}

.brush .extent {
    fill-opacity: .3;
    stroke: #fff;
    display: block;
    shape-rendering: crispEdges;
}

.axis line, .axis path {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.axis text {
    text-shadow: 0 1px 0 #fff;
}

svg {
    display: block;
    font: 10px sans-serif;
    margin: 0px;
}

#pcTarget, #pcTarget_Test {
    margin: 0px auto;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tick{
    display: none;
}