@charset "UTF-8";
.timeline:before {
  content: "";
  position: absolute;
  top: 90px;
  left: calc(37% + 19px);
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.past {
  opacity: 0.45;
}
.past:hover {
  opacity: 0.7;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
}
.entry .date {
  margin-bottom: 0.5em;
  float: left;
  width: 33%;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.entry .date:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid salmon;
  background-color: #fff;
  border-radius: 100%;
  top: 15%;
  right: -8px;
  z-index: 99;
}
.entry .date h5 {
  margin: 0;
  font-size: 110%;
}
.entry .date h5:after {
  background: none;
  content: none;
}
.entry .date p {
  margin: 0;
  font-size: 100%;
}
.entry .body {
  margin: 0 0 3em;
  float: right;
  width: 60%;
  padding-left: 30px;
}
.entry .body h4 {
  margin: 0;
}
.entry .body h4:after {
  background: none;
  content: none;
}
.entry .body p {
  line-height: 1.4em;
}
.entry .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.entry .body ul {
  color: #868686;
  padding-left: 0;
  list-style-type: none;
}
.entry .body ul li:before {
  content: "–";
  margin-right: 0.5em;
}

@media only screen and (min-width: 250px) and (max-width: 800px) {
  .entry {
    font-size: 90%;
  }
  .entry .date:before {
    right: -2px;
  }
  .entry .body {
    width: 50%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1000px) {
  .entry {
    font-size: 90%;
  }
  .entry .date:before {
    right: -3px;
  }
  .entry .body {
    width: 50%;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .entry {
    font-size: 90%;
  }
  .entry .date:before {
    right: -4px;
  }
  .entry .body {
    width: 50%;
  }
}

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