body { font: 12px Arial;}

.plot {
    /*fill: rgba(250, 250, 255, 0.6);*/
}
.grid .tick {
    stroke: lightgrey;
    opacity: 0.7;
}
.grid path {
    stroke-width: 0;
}
.axis path, 
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
.x.axis path {
    /*display: none;*/
}
.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}

#chart_box {
    height: calc(80vh - 100px);
    width: 80vw;
    position: relative;
    /*max-height: 80%;*/
}

/*
.chartjs-size-monitor {
width: 100%;
max-height: 80%;
}*/

