even after setting the tr:last-child’s border: none, border is still visible. The edit button should be after the last row. But it got position left. http://jsfiddle.net/priyaa2002/mBfk8/ Here is how it should be 
even after setting the tr:last-child’s border: none, border is still visible. The edit button
Share
You have a floating
<tr>and a floating</div>:Get rid of them like so:
In the future validate your HTML 😉