Utilities for controlling whether table borders should collapse or be separated.
Use the border-collapse utility to combine adjacent cell borders into a single border when possible:
Note that this includes collapsing borders on the top-level <table> tag.
Use the border-separate utility to force each cell to display its own separate borders: