/* -------------
 * Alumni Tables
 * ------------- */

table.lostalumni_years{
		border: 2px solid #6A2466;
		width: 100%;
}
	
.lostalumni_years th{
	background-color: #6A2466;
	color: #fff;
	padding: 5px 0;
	font-size: 1em;
	text-transform: uppercase;
}

.lostalumni_years td {
	padding: 5px;
}
.lostalumni_years tr {
	background-color: #f5e7f4;
}

.lostalumni_years tr.odd {
	background-color: #ead4e8;
}

.lostalumni_years .otherhours {
	background-color: #0082b1;
	color: #fff;
	font-weight:bold;
}