
/* 1st 72c02c */
/* 2nd 8cd449 */
/* 3rd a6de72 */

/* The line */
.cbp_tmtimeline:before {
	background: #a6de72;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	color: #72c02c;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child { 
	color: #72c02c;
}

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

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	background: #72c02c;
}

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

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	border-right-color: #72c02c;
}

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

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	background: #72c02c;
	box-shadow: 0 0 0 8px #a6de72;
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline > li .cbp_tmlabel:after {
		border-bottom-color: #72c02c;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-bottom-color: #8cd449;
	}
}

