.page-title:before{
  content:"";
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url('/files/public/images/tile/timeline.png');
  background-size: 100px 100px;
  margin-bottom: -10px;
  margin-right: 10px;
}


.timeline-item div {
  margin-top: 5px;
  padding-top: 10px;
  z-index: 3;
}

.timeline-item.odd {
  margin-right: -116px !important;
}

.timeline-item.even {
  margin-left: -116px !important;
}

.timeline-item.odd img {
  float: right;
  margin: 0 0 0 10px;
  background: white !important;
}

.timeline-item.even img {
  float: left;
  margin: 0 10px 0 0;
}

.timeline-item img {
  margin: 0;
  border-radius: 100px;
  border: 4px solid red;
  background: white !important;
}
div.timeline-date {
  font-size: 14px;
  padding-top: 0px !important;
}

.timeline-event-title {
  font-size: 24px;
}

.timeline-event-title {
  margin: 0;
  height:75px;
  vertical-align: middle;
}

.timeline-event-title a {
	display: block;
}

.timeline-marker {
  display: none;
}

.timeline-image {
	float: left;
}

.timeline-image img {
	border-radius: 100px;
}

.views-row {
	width: 100%;
	clear: both;
}

.views-row {vertical-align: middle;}