.axis {
    font: 10px sans-serif;
}

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

#csvdata {
    display: none;
}

.y.axis path {
    display: none;
}

.time {
    width: 180px;
    height: 15px;
    overflow: hidden;
}

div.tooltip {
    position: absolute;
    text-align: left;
    width: 170px;
    height: 32px;
    padding: 0.4rem;
    background: lightsteelblue;
    border: 0px;
    border-radius: 1px;
    pointer-events: none;
    font-family: 'Graphik-Regular', arial;
    font-size: 0.8rem;
    overflow: hidden;
    line-height: 1.1rem;
}