The border-spacing property sets the distance between the borders of adjacent cells (only for the "separated borders" model).
border-spacing: length|initial|inherit;
table { border-collapse: separate; border-spacing: 10px 50px; }