Hello!
Just add cellpadding to the table tag like :
<table class="test" cellpadding="0">
OR
add padding:0; .test td { background-color: blue; border-bottom: 3px solid pink; padding:0; }
it will solved the issue.
regards