/**
 * quantile
 */
div.qf-quantile {
  background: #edeff0;
}
div.qf-quantile div {
  display: inline-block;
  white-space: nowrap;
  padding: 5px;
}
div.qf-quantile div span {
  display: inline-block;
  height: 15px;
  font-size: 11px;
  line-height: 15px;
}
div.qf-quantile div > span:nth-child(1) {
  border: 1px solid #979fa3;
  border-radius: 4px;
  margin-right: 5px;
  opacity: 0.7;
  width: 15px;
}

/* make empy div visible */
div.qf-quantile div > span:nth-child(1):after {
  content: '.';
  visibility: hidden;
}
div.qf-quantile div.qf-values span.qf-min {
  margin-right: 5px;
}
div.qf-quantile div.qf-values span.qf-max {
  margin-left: 5px;
}

div.qf-quantile div.qf-quantile-note {
  display: block;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
}