I have a little bit complicated table which looks like this
<tr class='row-eq-height'>
<td><img/><div with text></td>
<td><img/><div with text></td>
<td><img/><div with text></td>
</tr>
But images have different size so i added max-width: 300px to them.
And now it looks like
image      | image
text       | different text
some space | different space
So I want to stick my div with text to the bottom. I've already tried vertical align but it doesn't help at all. Finally table should look like that
image      | image
some space | different space
text       | different text
jsfiddle example
 
     
    