#slider-track {
  width: 200px; height: 10px;
  background-color: #666;
  position: relative
}

#slider-handle {
  width: 10px; height: 10px;
  background-color: #ff9201;
  position: absolute;
}

.first-word.highlight { color: #ff9201 }
