.social-skills-horizontal-tabs-wr .survey-timeline {
}

.social-skills-horizontal-tabs-wr .survey-timeline .events {
  border-top: 3px solid #2e6da4;
  overflow-x: auto;
  margin: initial;
}
.social-skills-horizontal-tabs-wr .survey-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  margin-right: 0;
}
.social-skills-horizontal-tabs-wr .survey-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #029ECB;
  top: 0;
}

.social-skills-horizontal-tabs-wr .survey-timeline .events .event-list .event-element {
  font-size: 0.8em;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.2;
}

@media (min-width: 1140px) {
  .social-skills-horizontal-tabs-wr .survey-timeline .events .event-list {
    display: inline-block;
    width: 24%;
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .social-skills-horizontal-tabs-wr .survey-timeline .events .event-list .event-date {
    top: -12px;
  }
}