I have a table for links and when I hover on them, they are supposed to get bold. It is working properly, but it pushes the elements on the right. How can I fix it?
PS: I think my CSS is pretty bad. Do you think that I should change it in order to get rid of these problem like these?
<table class="table" id="right-personal">
<tr class="left">
<td>
<img class="icon" src="img/twitter_alt.png"/>
<a href="http://twitter.com/ozmen_burak">twitter.com/ozmen_burak</a>
</td>
<td>
<img class="icon" src="img/facebook.png"/>
<a href="http://facebook.com/ozmen.b">facebook.com/ozmen.b</a>
</td>
</tr>
<tr class="right">
<td>
<img class="icon" src="img/quora.png"/>
<a href="http://twitter.com/ozmen_burak">twitter.com/ozmen_burak</a>
</td>
<td>
<img class="icon" src="img/github_alt.png"/>
<a href="http://github.com/bozmen">github.com/bozmen</a>
</td>
</tr>
</table>