force table column width
table.forced-width { width: 100%; table-layout: fixed !important; } table.forced-width td { white-space: nowrap; overflow: hidden; }
table without borders
https://developer.mozilla.org/de/docs/Web/CSS/border-spacing
table.without-borders { border-spacing: 0; border-collapse: separate; }