SyntaxFix
Write A Post
Hire A Developer
Questions
Use text-align: center; on the block container of the icon (the <td>) - text-align doesn't apply to inline elements, only block containers:
text-align: center;
<td>
td { text-align: center; }
http://jsfiddle.net/kB6Ju/2/