.ds-table-deal {
	text-align : right;
}

.ds-table-deal > thead > tr > th {
	text-align : right;
}

.ds-table-deal > tfoot > tr > th {
	text-align : right;
}

.max-debt {
  color : rgb(256,256,256);
  background-color : #8B0301;
}

.table-striped > tbody > tr:nth-child(2n+1) > td.cash-positive, .table-striped > tbody > tr:nth-child(2n+1) > th.cash-positive {
	color : rgb(21,114,62);
   	background-color: rgb(182,226,205);
}

.table-striped > tbody > tr:nth-child(2n) > td.cash-positive, .table-striped > tbody > tr:nth-child(2n) > th.cash-positive {
	color : rgb(21,114,62);
   	background-color: rgb(196,245,223);
}

input.number {
	text-align: right;
}
