﻿
/*these values taken from bootstrap float-end text-end*/
.formatCurrency {
    float: right !important;
    text-align: right !important;
}

/*these values taken from bootstrap float-end text-end*/
.formatDecimal {
    float: right !important;
    text-align: right !important;
}
