.textAlignLeft { textAlign: left; } .textAlignCenter { textAlign: center; } .textAlignRight { textAlign: right; } .textAlignJustify { textAlign: justify; } .textAlignStart { textAlign: start; } .textAlignEnd { textAlign: end; } .disabledGreen { disabledColor: green; } .noBold { fontWeight: normal; }