#score-by-location-chart {
  .recharts-wrapper .recharts-cartesian-grid-horizontal > line:nth-last-child(2) {
    stroke-opacity: 0;
  }
  
  .recharts-wrapper .recharts-cartesian-grid-horizontal > line:last-child {
    stroke-width: 1;
  }
}