.company-snapshot-range {
  background: #ffcb13;
  border-radius: 5px;
  margin-top: 2px;
}
.company-snapshot-range > * {
  margin-right: 12px;
  position: relative;
  height: 12px;
}
.company-snapshot-range > * > * {
  position: absolute;
  height: 12px;
  width: 12px;
  top: 0;
  border-radius: 15px;
  background-color: #497096;
}