
/* invoice items */
.ledger_invoice-items { width: 100%; border-top: 1px solid #aaa; text-align: left; }
.ledger_invoice-items tr { border-bottom: 1px solid #aaa; }
.ledger_invoice-items td { vertical-align: middle; }
.led_invoiceItemDetails { white-space: pre; font-size: 80%; }

/* payments */
.ledger_payments { width: 100%; border-top: 1px solid #aaa;}
.ledger_payments tr { border-bottom: 1px solid #aaa; }
.ledger_payments td { vertical-align: middle; text-align: center; }

/* general ledger */
.led_transactionRow { border-bottom: 1px solid #ccc; white-space: nowrap; }
.led_transactionRow:hover { background: #ddd; }
.led_transactionRow tr:hover { background: inherit; }
.led_transactionRow th { text-align: left; }
.led_entryDetails { text-align: right; width: 90%; }
