@import url('https://fonts.googleapis.com/css?family=Slabo+13px');

a {
  text-decoration: none;
}

.fs-timeline {
  font-family: Verdana, sans-serif;
  position: relative;
  max-width: 400px;
  padding-left:400px;
  margin:auto;
  font-size: 14px;
}

.fs-timeline .fs-timeline-item {
  position: relative;
  padding: 0 10px 50px 25px;
  margin: 0;
  list-style: none;
  z-index: 2;
  border-radius: 4px;
}

.fs-timeline .fs-timeline-item p {
  margin: 0;
}

.fs-timeline .fs-timeline-item a {
  color: #0070B2;
}

.fs-timeline .fs-timeline-item-line {
  position: absolute;
  top: 0;
  left: -11px;
  width: 2px;
  bottom: 0;
  background-color: #34aadc;
}

.fs-timeline .fs-timeline-item: first-child .fs-timeline-item-line {
  top: 13px;
}

.fs-timeline .fs-timeline-item: last-child .fs-timeline-item-line {
  height: 13px;
}

.fs-timeline .fs-timeline-item-bullet {
  position: absolute;
  top: 0;
  left: -22px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid #34aadc;
  -webkit-transform: scale( 0.4);
  -ms-transform: scale( 0.4);
  transform: scale( 0.4);
  -webkit-transition: all 800ms cubic-bezier( 0.175, 0.885, 0.32, 1.44) 100ms !important;
  transition: all 800ms cubic-bezier( 0.175, 0.885, 0.32, 1.44) 100ms !important;
}

.fs-timeline .fs-timeline-item.is-visible .fs-timeline-item-bullet {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fs-timeline .fs-timeline-item-date {
  font-size: 14px;
  position: absolute;
  right: 100%;
  white-space: nowrap;
  padding-right: 44px;
  color: #999;
  opacity: 0;
  -webkit-transform: translateX( 40px);
  -ms-transform: translateX( 40px);
  transform: translateX( 40px);
  -webkit-transition: all 600ms cubic-bezier( 0.175, 0.885, 0.32, 1.275) 200ms !important;
  transition: all 600ms cubic-bezier( 0.175, 0.885, 0.32, 1.275) 200ms !important;
}

.fs-timeline .fs-timeline-item-description {
  opacity: 0;
  -webkit-transform: translateX( -40px);
  -ms-transform: translateX( -40px);
  transform: translateX( -40px);
  -webkit-transition: all 600ms cubic-bezier( 0.175, 0.885, 0.32, 1.275) 200ms !important;
  transition: all 600ms cubic-bezier( 0.175, 0.885, 0.32, 1.275) 200ms !important;
  word-break: break-word;
}

.fs-timeline .fs-timeline-item.is-visible .fs-timeline-item-date,
.fs-timeline .fs-timeline-item.is-visible .fs-timeline-item-description {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .fs-timeline {
    padding-left:5px;
  }
  .fs-timeline .fs-timeline-item-date {
    position: static;
    -webkit-transform: translateX( -40px);
    -ms-transform: translateX( -40px);
    transform: translateX( -40px);
  }
  .fs-timeline .fs-timeline-item.is-unread .fs-timeline-item-date: before {
    display: none;
  }
  .fs-timeline-age {
  color: #ccc;
  font-size: 13px;
  padding-right: 0;
  float: none !important;
}
}

.fs-timeline-age {
  color: #ccc;
  font-size: 13px;
  padding-right: 0;
  float: right;
}

.fs-timeline-tag {
  font-size: 16px;
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 1px 4px;
  background-color: #dadada;
  border: 2px solid #dadada;
  border-radius: 4px;
}

.fs-timeline-tag-birth {
  color: #fff;
  background-color: #ffd900;
  border-color: #ffd900;
}

.fs-timeline-tag-death {
  color: #000;
  background-color: #fff;
  border-color: #ffd900;
}

.fs-timeline-tag-siblingbirth {
  color: #ffd900;
  background-color: #fff;
  border-color: #ffd900;
}

.fs-timeline-tag-died {
  color: #fff;
  background-color: #cc2529;
  border-color: #cc2529;
}

.fs-timeline-tag-marriage {
  color: #fff;
  background-color: #ffd900;
  border-color: #ffd900;
}


.record-link {
  display: block;
  padding: 6px 0;
  font-size: 12px;
  color: #aaa !important;
}


.rec {
  width: 36px;
    height: 36px;
    float: left;
    margin: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…l6IE0xOC4xMSwxMi44OXYtMC43OGg0Ljc3OXYwLjc3OUgxOC4xMVYxMi44OXoiLz48L3N2Zz4=) no-repeat;
    background-size: 22px;
    background-position: 4px 10px;
}