.timeline-indicator {
  position: absolute;
  top: -25px;
  left: -23px;
  width: 30px;
  padding: 4px 10px;
  border-radius: 10px;
  z-index: 10;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: rgba(23, 35, 34, 0.9);
  box-shadow: 2px 2px 4px #000;
  -webkit-box-shadow: 2px 2px 4px #000;
  -moz-box-shadow: 2px 2px 4px #000;
  color: #ccc;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.timeline-indicator-line {
  position: absolute;
  z-index: 5;
  top: 32px;
  left: 23px;
  width: 3px;
  height: 12px;
  background-color: #eee;
}