table.roi {
	font-size: 0.9em;
 	font-family: verdana, sans-serif;
}

table.roi tr {

}

table.roi td {
	padding: 3px 0 3px 15px;
	text-align: right;
}

table.roi th {
	text-align: right;
}

table.roi th.left {
	text-align: left;
	padding-right: 20px;
	border-right: 1px dotted #ddd;
}

table.roi tr.result td, table.roi tr.result th {
	border-top: 1px solid #000;
}

table.roi tr.group-bottom td, table.roi tr.group-bottom th {
	padding-bottom: 30px;
}

table.roi tr.important td {
	font-weight: bold;
}