border-collapse: separate;
border-spacing: 30px 10px;
<td>This table is styled using the CSS border-spacing property. Note that two values were provided - one for horizontal border-spacing and one for vertical border-spacing. </td>
<td>Try changing the value to see the effect it has on the border.</td>