Have you tried defining the table as it is and then using :last-child?
table.rti.app5 tbody td:last-child {
text-align: center !important;
}
Do you have any more information you can share as to what you have tried, what more of your CSS looks like and where / how it is used