.debit { color: red; /*font-weight: bold;*/ } .debit:before { content: "("; } .debit:after { content: ")"; } .credit { color: black; /*font-weight: bold;*/ }