.ui-timeline .ui-dateline:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: #ddd;
  width: 100%;
  height: 2px; }
.ui-timeline .ui-timeline-date > a:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 3px solid #333;
  border-radius: 50%;
  margin-top: 20px; }
.ui-timeline .ui-timeline-date > a.active:after {
  background-color: #fed23d; }

/*# sourceMappingURL=style.css.map */
