/**
* Added to bottom of child theme "functions.php" page by BrianV to change
* the font color of the total $ amount on the Payment Details page from 
* pale green to black.
*/

#it-exchange-transaction-details .transaction-status.paid {
	color: #000 !important;
}

#it-exchange-transaction-details .payment-total-amount {
    color: #000 !important;