.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.left-ex:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #353353  ;
  top:40px;
  bottom:60px;
  left: 35px;
  margin-left: -1.5px;
}
.right-ex:after {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #353353  ;
  top:40px;
  bottom:60px;
  right: 35px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline-heading small{
  padding-left: 20px;
}
.left-ex > li > .timeline-panel {
  width: calc( 100% - 45px );
  float: left;
  margin-left: 45px;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

.right-ex > li > .timeline-panel {
  width: calc( 100% - 45px );
  float: left;
  margin-right: 15px;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

.left-ex > li > .timeline-badge {
  color: #c9d6df;
  width: 30px;
  height: 30px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 20px;
  border: 3px solid #353353 ;
  background-color: #353353;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.right-ex > li > .timeline-badge {
  color: #c9d6df;
  width: 30px;
  height: 30px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 20px;
  border: 3px solid #353353 ;
  background-color: #353353;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: rgb(108, 108, 229) !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: rgb(249, 215, 76) !important;
}
.timeline-badge.danger {
  background-color: rgb(249, 123, 139) !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  margin-top:20px;
}
.timeline-body > p + p {
  margin-top: 5px;
}
