table.fees {
}

table.fees td {
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

table.fees td.right {
	text-align: right;
}

table.fees .bold {
	font-size: 1.2em;
}

table.refunds {
	margin: 3px 10px 0px 10px;
}

table.refunds th {
	font-style: italic;
}

table.refunds td {
	padding: 5px 5px 5px 5px;
}

table.refunds td.right {
	text-align: center;
}


.special {
	color: red;
}