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: 00px;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
}


.legend--icon--diamond {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  align-self: center;
  flex-shrink: 0;
}

#legend1 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  
}

@media (min-width: 768px) {
  #legend1 {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}