/* Second Type of timeline */
p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	opacity: .7;
}

.timeline {
	max-width: 900px;
	margin: 0 auto;	
}

.timeline-body {
	position: relative;
	background-color: #DDDDDD;
	margin-left: 100px;
	border-radius: 0 8px 8px 0;
	padding: 5px 0;
}

.timeline-body::after {
	content: '';
	width: 4px;
	height: 100%;
	background-color: #4298C3;
	position: absolute;
	left:-4px;
	top: 0;
}

.timeline-item { 
	position: relative;
}

.timeline-item::after {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 4px solid #4298C3;
	background: #2f3331;
	position:absolute;
	left: -13px;
	top: 0px;
	z-index: 9; 
}

.time {
	position: absolute;
	left: -85px;
	top: 0px;
	opacity: .5;
	font-size: 13px;
}

.time2 {
	list-style: none;
	position: absolute;
	left: -120px;
	top: 0px;
	opacity: .5;
	font-size: 13px;
}


.content {
	margin: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #555555;
}

.title {
	font-weight: 500;
	margin-bottom: 15px;
}