.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2.5px;
	background: #d0d0d0;
	left: 20%;
	margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 75px;
	margin-top: 0px;
	position: absolute;
	line-height: 1.1;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.7em;
	color: #d3d3d3;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.5em;
	color: #797979;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #bdbdbd;
}

.cbp_tmtimeline > li:nth-child(odd) a {
	color: #666666;
}
.cbp_tmtimeline > li:nth-child(odd) a:hover {
	color: #000000;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: -25px 0 25px 22.5%;
	background: #797979;
	color: #fff;
	padding: 1.5em 2em 1em 2em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #bdbdbd;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.4em;
}

.cbp_tmtimeline > li .cbp_tmlabel h3 { 
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
}


.cbp_tmtimeline > li .cbp_tmlabel p:first-child {
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.4);
}


/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #797979;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #bdbdbd;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 10px;
	height: 10px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.2em;
	line-height: 10px;
	-webkit-font-smoothing: antialiased;
	position: relative;
	color: #fff;
	background: #898989;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #d0d0d0;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -15px;
}
