/* Used on fees list page */
table#fees {
	margin: 1.5em auto;
}
table#fees th {
	font-weight: normal;
	width: 450px;
	text-align: left;
	padding-bottom: 1em;
}
table#fees td {
	width: 160px;
	text-align: right;
	padding-bottom: 1em;
}
th#indent {
	padding-left:40px;
}

ul.fees { list-style: none; padding-bottom: 10px; margin-bottom: 10px; }
ul.fees li.col1 { position: absolute; width: 500px; left: 15px; display: inline;}
ul.fees li.col2 { position: absolute; width: 160px; left: 575px; display: inline;}
