#content table {
	border-collapse: collapse;
}

	#content #main table tr th {
		text-align: right;
		vertical-align: top;
		padding: 5px 10px;

	}

	#content #main table tr td {
		padding: 5px 10px;
	}

	#content #main table tr.last th, #content #main table tr.last td {
		border-bottom: none;
	}