#fellowship-table {
	text-align: left;
	margin: 0 auto;
	padding: 3px;
}
.fellowship-row-odd {
	background-color: #CCCCCC;
}
.fellowship-header {
	font-weight: bold;
	margin-bottom: 3px;
}
.fellowship-year {
	float: left;
	width: 25%;
	margin-left: 3px;
}
.fellowship-location {
	float: right;
	width: 74%;
}
.fellowship-clear {
	clear: both;
	width: auto;
	font-size: 1px;
	margin-bottom: 2px;
}