I'm trying to align content of one column in table to right using Twitter Bootstrap.The problem is, that \[code\].text-right\[/code\] class doesn't work for \[code\]<td>\[/code\] element. Applying \[code\]text-align:right\[/code\] style works, but I'm curious why class applied to element has lower priority than general element style.http://jsfiddle.net/ctANw/6/