.grid line {
  stroke: #ccc;
  stroke-opacity: 0.7;
}

.grid .tick {
  stroke: lightgrey;
  stroke-opacity: 0.7;
  shape-rendering: crispEdges;
}


.grid .tick {
  stroke: lightgrey;
  stroke-opacity: 0.7;
  shape-rendering: crispEdges;
}
.grid path {
  stroke-width: 0;
}

.title {
  font-weight: 600;
  fill: #414042;
}

.dataLabels{
  font-size: 14px;
  font-weight: 600;
  }
  
  @media (max-width: 460px){
    #annotation-south-west, #annotation-arrow-south-west {display:none;}
    }