ul.gap li{
	padding-bottom: .5em;
}
hr{
	border: none;
	border-bottom: 1px solid #E2E2E2;
}

.collegecosts{
	border-collapse: collapse;
}
.collegecosts th, .collegecosts td{
	padding: .5em;
	border: 1px solid #8DC73F;
	font-size: .85em;
	line-height: 1.33em;
}
	.collegecosts th{
		background: #438e6f;
		color: #FAFFF4;
	}
	.collegecosts td{
		background: #e8f7d2;
		vertical-align: text-top;
	}
		.collegecosts tr:nth-child(odd) td{
			background: #f2f7ed;
		}
	.collegecosts .costper{
		width: 100px;
		text-align: right;
	}
	.collegecosts .feenote{
		display: block;
		font-size: .95em;
		color: #333;
	}
	.collegecosts td.emptytablecell, .collegecosts tr:nth-child(odd) td.emptytablecell{
		background: #f9fff3;
		border-top: none;
		border-bottom: none;
	}
	
.pagebreak{
	margin: 2em 0 1em 0;
	border: 1px solid #E2E2E2;
}

.feelist li{
	padding-bottom: 1em;
	padding-right: 2em;
}
