/* Border-collapse: The border-collapse property sets whether the table borders should be collapsed into a single border: */
border-collapse: separate;
/* Empty-cells: Used to show or hide borders and backgrounds of table cells that have no visible content. */
empty-cells: show;
/* Caption Side: The caption side property is used for controlling the placement of the caption in the table. By default, captions are placed above the table. */
caption-side: top;