line.between{
  stroke:#c6c6c6;
  stroke-width:3px;
}

.dataLabels{
  font-weight: 600;
  font-size: 14px;
}

@media (width <= 380px) {
  .CI-text{font-size:13px}}
  @media (width > 380px) {
   .CI-text{font-size:14px}}
  

p.groupLabels{
  padding-top:0px;
  font-weight: 600;
}

#legend1{
  margin: 24px;
}


.legend--icon--diamond {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  align-self: center;
  flex-shrink: 0;
}

.averageRect{
  fill: #ECECEC;
}

.averageLine{
  stroke: #A09FA0;
  stroke-width: 2.5px;
  stroke-dasharray: 5 5;
}

.averageText{
  font-size: 14px;
  fill: #222;
}