#home div.left {
	width: 530px;
}

#home div.right {
	width: 300px;
}

.box {
	margin-bottom: 20px;
}

.box h3 {
	margin-bottom: 16px;
}

#accountsBox {
}

#accountsBox h3 {
	margin-bottom: 0;
}

#accountsBox table {
	width: 250px;
	float: left;
}

#accountsBox table td {
	padding: 1px;
}

#accountsBox thead td.right {
	font-size: 22px;
	
	letter-spacing: -1px;
}

#accountsBox .positive {
	color: #42AC2D;
}

#accountsBox .negative {
	color: #FF0000;
}

#accountsBox .chart {
	float: right;
}

.box table {
	width: 100%;
	margin-bottom: 10px;
}

.box table td {
	padding: 3px;
}

td.action {
	text-align: right;
}
