.march{
  fill: none;
  stroke: #ac55bf;
  stroke-width: 6px;
  stroke-opacity: 0.15;
}

.marchTrendline{
  fill: none;
  stroke: #ac55bf;
  stroke-width: 1px;
  stroke-dasharray: 3,3;
}

.september{
  fill: none;
  stroke: #d55461;
  stroke-width: 6px;
  stroke-opacity: 0.15;
}

.septemberTrendline{
  fill: none;
  stroke: #d55461;
  stroke-width: 1px;
  stroke-dasharray: 3,3;
}

.xAxis {
    fill: none;
    stroke: #000;
    stroke-width: 1px;
    shape-rendering: crispEdges;
}

path.area {
  fill: #e7e7e7;
}

.axis {
  shape-rendering: crispEdges;
}

.x.axis line {
  stroke: #000;
}

.x.axis .minor {
  stroke-opacity: .5;
}

.x.axis path {
  display: none;
}

.y.axis line {
  fill: none;
  stroke: #000;
}

.y.axis path {
  fill: none;
  stroke: none;
}