.timeline {
	list-style: none;
	padding: 0px;
	position: relative;
	color: #000000;
	padding: 20px;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #E8E8E8;
  left: 17px;
  margin-right: -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 > li > .timeline-panel {
	width: 95%;
	float: left;
	left:5%;
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	background-color:#FFFFFF;

}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 19px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 20px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 33px;
	height: 33px;
	line-height: 1;
	font-size: 1.3em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: -20px;
	margin-right: -25px;
	background-color: #FFF;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	margin-top: -25px;
	padding-top: 6px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge {
    background-color: #EE9153 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {

}
@media screen and (max-width: 600px){
.timeline:before {

}
.timeline > li > .timeline-panel {
  left: 10%;
}
.timeline > li > .timeline-badge {
  left: -20px;
}
}