.dataLabels{
  font-weight: 600;
  font-size: 14px;
}

.chart-container {
  display: inline-block;
  vertical-align: top;
}

.chart-container:last-child {
  margin-right: 0;
}



line.refline {
  stroke: #222;
  stroke-width: 3px;
  stroke-linecap: round;
}

div.legend--item--here {
  display:flex;
  padding-right:40px;
  padding-bottom: 12px;
  margin-top: 12px;
}
