.lp-simple-diagram {
  position: relative;
}
.lp-simple-diagram__tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.lp-simple-diagram__tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 0.775em;
}
.lp-simple-diagram__legend {
  margin-top: 2em;
}
.lp-simple-diagram__legend-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-simple-diagram__legend-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 0.5em;
}
.lp-simple-diagram__legend-color {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-right: 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0.35em;
}
.lp-simple-diagram__legend-value-suffix {
  margin-right: 4px;
}
.lp-simple-diagram__legend-value-wrap {
  white-space: nowrap;
}

