there is an easy solution for this problem instead of typing:
tr{
border-bottom:...;
}
you type :
th,td,table{
border-collapse:collapse;
it should work cause i had your same problem before