#chart_div {
    display: flex;
    flex-direction: row;
}

svg {
		background: black;
}

.legend text {
    fill: white;
    background: white;
}

.axis path,
.axis line {
		fill: none;
		stroke: white;
		shape-rendering: crispEdges;
}

.axis text {
		font-family: sans-serif;
		font-size: 11px;
    fill: white;
}

.mouse-line {
    stroke: white;
    stroke-width: 1px;
}
