Text-align class for inside a table

Is there a set of classes in Twitter’s Bootstrap framework that aligns text? For example, I have some tables with $ totals that I want aligned to the right… <th class=”align-right”>Total</th> and <td class=”align-right”>$1,000,000.00</td> 22 s 22 Bootstrap 3 v3 Text Alignment Docs <p class=”text-left”>Left aligned text.</p> <p class=”text-center”>Center aligned text.</p> <p class=”text-right”>Right aligned text.</p> … Read more