

/* Import */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700|Oswald:400,300,700);
/* Variables */
/* Base */



#content {
  text-align: center;
  max-height: 525px;
  overflow-y: auto;
}
/* Timeline */
.timeline {
  border-left: 4px solid #D63030;
  margin: 0px 15px 15px 15px;
  position: relative;
  padding: 0px 0px 0px 50px;
  list-style: none;
  text-align: left;
}
.timeline .event {
  position: relative;
  text-transform: capitalize;
    color: #999;
}
/* .timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
} */

.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #D63030;
  left: -57.85px;
  background: #313534;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

.timline-location {
margin-bottom: 0px !important;
}


