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

.oee.ts.x.axis path {
  display: none;
}

.oeetsline {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}