<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.x.axis path {
    display: none;
}

.x.axis .tick line{
    stroke: #9fa0a0;
}

.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}
.svg_chart{
    font-size: 10px;
}</pre></body></html>