The border-collapse property sets whether the table borders are collapsed into a single border or detached as in standard HTML.
border-collapse: separate|collapse|initial|inherit;
table { border-collapse: collapse; }