/* Coloque aqui as suas Classes customizadas. Poderá utilizá-las nos editores HTML da plataforma  */

.limites_1px,
.limites_1px td 
{
	border: solid 1px #DCDCDC;
	border-collapse:collapse;
}


.timeline {/*margin: 30px 0 0 0;*/ padding: 0;list-style: none !important;	position: relative}

.timeline > li {list-style: none !important;}

/* The line */
.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #afdcf8;
	left: 20%;
	margin-left: -10px;
}

/* The date/time */
.timeline > li.timeline-time {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;		
	line-height: 1.5em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.timeline > li.timeline-time span {
	display: block;
	text-align: right;
}

.timeline > li.timeline-time span:first-child {
	font-size: inherit; /*0.9em;*/
	color: #bdd0db;
}

.timeline > li.timeline-time span:last-child {
	font-size: 1.9em;
	color: #3594cb;
}

.timeline > li.timeline-time:nth-child(odd) span:last-child {
	color: #6cbfee;
}

/* Right content */
.timeline > li.timeline-label {
	margin: 0 0 15px 25%;
	background: #3594cb;
	color: #fff;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.timeline > li.timeline-label:nth-child(odd) {
	background: #6cbfee;
}

.timeline > li.timeline-label h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.timeline > li.timeline-label:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594cb;
	border-width: 10px;
	top: 10px;
}

.timeline > li.timeline-label:nth-child(odd):after {
	border-right-color: #6cbfee;
}

/* The icons */
.timeline > li.timeline-icon {
	postion: absolute;
	width: 40px;
	height: 40px;
	/*font-family: 'ecoico';*/
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 20%;	
	margin: 0 0 0 -25px;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.timeline > li.timeline-time span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.timeline:before {
		display: none;
	}

	.timeline > li.timeline-time {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.timeline > li.timeline-time span {
		text-align: left;
	}

	.timeline > li.timeline-label {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.timeline > li.timeline-label:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.timeline > li.timeline-label:nth-child(odd):after {
		border-right-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.timeline > li.timeline-icon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	