.tr {
	display:table-row;
}

.tr .td {
	display:table-cell;
}

.tr .td.green {
	color:#268039;
}

.tr .td.red {
	color:#9f0000;
}


.tr .td a {
	color:rgb(59, 59, 59);
	border-bottom:1px dotted rgb(59, 59, 59);
}