.jf_history_timeline {
  background: url(../images/jf/jf_features/jf_timeline_bar.png) repeat-y center top;
  min-height: 100px;
  width: 100%;
  display: block;
  text-align: center;
}
.jf_history_timeline .start .title,
.jf_history_timeline .present .title {
  background: #f7f7f7;
  padding: 8px 10px;
  font-size: 24px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: 1px;
  display: inline-block;
}
.jf_history_timeline .start .circle,
.jf_history_timeline .present .circle {
  display: block;
  width: 7px;
  height: 7px;
  margin: 15px auto;
  background: #DDD;
  border: 2px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.jf_history_timeline .start .top_arrow,
.jf_history_timeline .present .top_arrow {
  display: block;
  width: 0px;
  background: #FFF;
  border: 7px solid rgba(0,0,0,0);
  border-bottom-color: #f7f7f7;
  margin: 0 auto;
}
.jf_history_timeline .start .content,
.jf_history_timeline .present .content {
  background: #f7f7f7;
  padding: 6px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 50%;
  margin: 0 auto;
  display: block;
  font-family: arial;
  border: 3px solid #EEE;
  border-width: 0 3px;
}
.jf_history_timeline .start .bottom_arrow,
.jf_history_timeline .present .bottom_arrow {
  display: block;
  width: 0px;
  background: #FFF;
  border: 7px solid rgba(0,0,0,0);
  border-top-color: #f7f7f7;
  margin: 0 auto;
}
.jf_history_timeline .start .title,
.jf_history_timeline .start .circle,
.jf_history_timeline .start .top_arrow,
.jf_history_timeline .start .content,
.jf_history_timeline .start .bottom_arrow,
.jf_history_timeline .present .title,
.jf_history_timeline .present .circle,
.jf_history_timeline .present .top_arrow,
.jf_history_timeline .present .content,
.jf_history_timeline .present .bottom_arrow {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.jf_history_timeline .start:hover .title,
.jf_history_timeline .start:hover .content,
.jf_history_timeline .present:hover .title,
.jf_history_timeline .present:hover .content {
  background: #eee;
  border-color: #D5D5D5;
}
.jf_history_timeline .start:hover .top_arrow,
.jf_history_timeline .present:hover .top_arrow {
  border-bottom-color: #eee;
}
.jf_history_timeline .start:hover .bottom_arrow,
.jf_history_timeline .present:hover .bottom_arrow {
  border-top-color: #eee;
}
.jf_history_timeline .start:hover .circle,
.jf_history_timeline .present:hover .circle {
  background: #888;
}
.jf_history_timeline .start {
  margin: 0 auto 80px auto;
}
.jf_history_timeline .present {
  margin: 80px auto 0 auto;
}
.jf_history_timeline .time {
  margin: 20px 0 60px;
}
.jf_history_timeline .time .container {
  display: inline-block;
  text-align: left;
  display: inline-block;
  width: 50%;
}
.jf_history_timeline .time .container .info {
  background: #f7f7f7;
  margin: 15px 15px 15px 16px;
  padding: 10px;
  position: relative;
  cursor: default;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.jf_history_timeline .time .container .info .date {
  font-size: 24px;
  padding: 6px 12px 7px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.jf_history_timeline .time .container .info .title {
  font-size: 24px;
}
.jf_history_timeline .time .container .info .content,
.jf_history_timeline .time .container .info .more {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 18px;
  margin: 10px 0 0 0;
}
.jf_history_timeline .time .container .info .more {
  margin: 0;
  overflow: hidden;
}
.jf_history_timeline .time .container .info:before {
  content: '';
  position: absolute;
  top: 20px;
  right: -21px;
  background: #CCC;
  width: 5px;
  height: 5px;
  border: 3px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.jf_history_timeline .time .container .info:after {
  content: '';
  position: absolute;
  top: 20px;
  right: -12px;
  border: 6px solid rgba(0,0,0,0);
  border-left-color: #f7f7f7;
}
.jf_history_timeline .time .container .info:hover {
  background: #eee;
}
.jf_history_timeline .time .container .info:hover .date {
  background: #eee;
}
.jf_history_timeline .time .container .info:hover:before {
  background: #888;
  width: 7px;
  height: 7px;
  border: 2px solid #FFF;
}
.jf_history_timeline .time .container .info:hover:after {
  border-left-color: #eee;
}
.jf_history_timeline .time.left {
  text-align: left;
}
.jf_history_timeline .time.left .info {
  border-left: 3px solid #eee;
}
.jf_history_timeline .time.left .info .date {
  right: -85px;
}
.jf_history_timeline .time.left .info:hover {
  border-left: 3px solid #d5d5d5;
}
.jf_history_timeline .time.left .info:hover .date {
  right: -95px;
}
.jf_history_timeline .time.right {
  text-align: right;
}
.jf_history_timeline .time.right .info {
  border-right: 3px solid #eee;
}
.jf_history_timeline .time.right .info .date {
  left: -85px;
}
.jf_history_timeline .time.right .info:before {
  left: -21px;
  right: auto;
}
.jf_history_timeline .time.right .info:after {
  left: -12px;
  right: auto;
  border-left-color: #fff;
  border-right-color: #f7f7f7;
}
.jf_history_timeline .time.right .info:hover {
  border-right: 3px solid #d5d5d5;
}
.jf_history_timeline .time.right .info:hover .date {
  left: -95px;
}
.jf_history_timeline .time.right .info:hover:after {
  border-left-color: #fff;
  border-right-color: #f1f1f1;
}
@media (max-width: 320px) {
  .jf_history_timeline .start .content,
  .jf_history_timeline .present .content {
    width: 90%;
  }
}
