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

.x.axis path {
  display: none;
}

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

.graphtext {
    font-family: brandontext, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    color: #847c77;
    font-size: 12px;
}
