border-collapse: collapse;

To get rid of double borders on tables.

border-spacing: 5px 5px;

Set space between the borders of cells.

caption-side: top;
    
Values:
top 
bottom 
block-start 
block-end 
inline-start 
inline-end

To change position of the caption element on a table.

table-layout: auto; 
width: 150px;

Sets an algorithm to layout table cells, rows, and columns.

empty-cells: hide;

Set the behavior of empty table cells.