
table.trimester {
	display: table;
	font-size: 14px;
}
.trimester thead {
	display: table-header-group;
}
.trimester thead th
{
	display: table-cell;
}
.trimester tbody {
	display: table-row-group;
}
.trimester thead tr {
	display: table-row;
	position: relative;
	top: 0;
	left: 0;

}
.trimester tr {
	display: table-row;
}
.trimester td{
	padding-left: 0;
	display: table-cell;
	font-weight: normal;
}
.trimester td.current {
	font-weight: bold;
	color: #1bbc9b;
}

.trimester .order {
	color: #e95645;
}

.subbutton span{
	font-size: 14px;
	padding: 5px 10px;
	color: #ffffff;
	background: #37c781;
	cursor: pointer;
	font-weight: normal;
}

.trimester .milestones {
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background: #1bbc9b;
}