svg {
  margin: 0 auto;
  font: 10px sans-serif;
}

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

.line {
  fill: none;
  stroke: darkgoldenrod;
  stroke-width: 1px;
}

.limit {
  stroke: goldenrod;
}

.dashed {
  stroke-dasharray: 3, 3;
}

#chart {
  display: flex;
}

#results-chart {
  height: auto;
  width: auto;
}
