
/* XMR Charts css */

.line {
  fill: none;
  stroke: #4682b4;
  stroke-width: 1.5px;
}

.limit-line {
  stroke: #000;
  stroke-width: 1px;
  stroke-dasharray: 5, 5;
}

/* Box Plot and Whisker Charts css */
.box {
  font: 10px sans-serif;
}

.box line,
.box rect,
.box circle {
  fill: steelblue;
  stroke: #000;
  stroke-width: 1px;
}

.box .center {
  stroke-dasharray: 3,3;
}

.box .outlier {
  fill: none;
  stroke: #000;
}

.axis {
  font: 12px sans-serif;
}
 
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
 
.x.axis path { 
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
