.college{
	color:#333333;
	font-size:1em;
	width:100%;
	height:15px;	
	overflow:hidden;
	cursor:pointer;
}

.details{
	width:100%;
	display: none;
	position:relative;
}



th {
background-color: #098043;
color: white;
text-decoration:underline;
font-weight:bold;
vertical-align:middle;
padding: 5px;
}

tr.odd td {
background-color: #e7fff8;
vertical-align: top;
padding: 2px 0px 2px 5px;
height: 35px;
}

tr.even td {
background-color: #c5f7de;
vertical-align: top;
padding: 2px 0px 2px 5px;
height: 35px;
}

th.programCol {
	width: 175px;
}

th.degreeCol {
	width: 75px;
}

th.dateCol {
	width: 95px;
}

th.nameCol {
	width: 130px;
}

th.emailCol {
	width: 125px;
}
