table.timeline {
	font-family: Oswald;
	font-weight: bold;
	font-size: 1.25em;
	border-collapse:collapse;
	margin-left: auto; margin-right: auto;
	text-align: left;
	color: #369;
}
table.timeline tr:first-child th,td {
	padding-right: 40px;
	vertical-align: top;
}
table.timeline tr th {
	color: #999;
}

tr.timelineheader {
	border-collapse:separate;
	border-bottom: 1px dotted #369;
	text-align: center;
}

div.table_wrapper {
display: inline-block;
	border: 1px dotted #369;
  border-radius: 5px;
  overflow: hidden;
}

table.timeline tr:nth-child(even) {
    background-color: #BCD;
}

