/* BORDERS
	---------------------------- */

.financials tbody td {
	border-color: #007c5a;
}
.financials td {
	border-width: 1px;
	border-style: solid none none none;
}

td.shortdouble {
	border-bottom: solid 3px #007c5a;
}

td.shortsingle {
	border-bottom: solid 1px #007c5a;
}

td.shortmiddle {
	border-bottom: solid 2px #007c5a;
}

tr.longsingle td {
	border-bottom: solid 1px #007c5a;
}