.dataLabels{
  font-weight: 600;
  font-size: 14px;
}

.guideline{
  stroke-dasharray: 2 2;
  stroke:#d9d9d9;
  stroke-width: 1px;
}

.confidence-line{
   stroke-width: 1.5px;
}

.x.axis path {
  display: none;
}

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

text {
  font-family: 'Open Sans'
}

.axis--label {
  font-size: 12px;
}

.legend--text {
  color: #414042;
  line-height: 14px;
  font-size: 14px;
  padding-left: 12px;
  margin: 0;
}

.legend--icon {
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.legend--item {
  display: flex;
  padding-right: 40px;
  padding-bottom: 12px;
}

h5#source {
  font-size: 16px;
  margin: 10px 0 8px 0;
  font-weight: 700;
  color: #323132;
}