.grid line {
    stroke: #ccc;
    stroke-opacity: 0.7;
  }

  /* Need to discuss this with the team */
  .axis path,
  .axis line {
    stroke: none; /* Changes the color of the axis lines */
  }

  .grid .tick {
    stroke: lightgrey; /* Changes the color of the gridlines */
    stroke-opacity: 0.7;
    shape-rendering: crispEdges; /* Makes the gridlines appear more crisp */
  }
  .grid path {
    stroke-width: 0; /* Removes the line along the y-axis */
  }
  .percentlabel {
    font-size:14px;
    font-weight:600;
    fill: #414042;
  }
  .annoleft, .annoright {
    font-size: 14px;
    fill: : #414042;
    margin-top: 0px;
    font-family: "Open Sans", sans-serif;
  }
  .annoleft {
    text-align: left;

  }
  .annoright {
    text-align: right;
  }
