div#transactions {
	clear: left;
}

#transactions-table {
	width: 99%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#transactions-table th {
	width:30%;
	background:#f7f7f7;
}
#transactions-table td{
	width:69%;
}

#transactions-table th,
#transactions-table td
{
	font-size: 12px;
	line-height: 135%;
	padding: 10px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
