.scheduletimeline {
  padding: 1rem 0 0 1rem;
  /*background-color: #f0f0f0;*/
}
.scheduletimeline-item {
  position: relative;
  border-left: 1px solid #000;
  padding: 0 0 30px 7px;
}
.scheduletimeline-item:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: #000;
  transform: translateX(-50%) translateY(-50%);
}
.scheduletimeline-item:last-of-type {
  height: 0;
  padding-bottom: 0;
}
.scheduletimeline-item:last-of-type:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  border-radius: 0;
  background-color: transparent;
  top: auto;
  bottom: 0;
  transform: translateX(-50%) translateY(0);
}
@media (min-width: 768px) {
  .scheduletimeline {
    padding: 2rem 2rem 2rem 5rem;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .scheduletimeline-item {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    border-top: 1px solid #000;
    border-bottom: 0;
    border-left: 0;
  }
  .scheduletimeline-item:last-of-type {
    width: 0%;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    padding-bottom: 0;
    text-align: right;
  }
  .scheduletimeline-item:last-of-type:before {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #000000;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateX(0) translateY(-50%);
  }
  .scheduletimeline-item:last-of-type p {
    text-align: left;
  }
  .scheduletimeline-label, .scheduletimeline-content {
    transform: translateX(-50%);
    text-align: center;
    display: block;
    max-width: 90%;
  }
  .scheduletimeline-label {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%) translateY(-150%);
  }
  .scheduletimeline-content {
    margin-top: 10px;
  }
  .scheduletimeline-item:last-of-type .scheduletimeline-label, .scheduletimeline-item:last-of-type .scheduletimeline-content {
    transform: translateX(-50%);
    text-align: left;
    display: inline-block;
    max-width: 70%;
  }
  .scheduletimeline-item:last-of-type .scheduletimeline-label {
    left: auto;
    right: 0;
    transform: translateX(-50%) translateY(-120%);
  }
}

/*# sourceMappingURL=scheduletimeline.css.map */
