box-sizing: content-box; table width > cell widths sum
div {display:table;}
table
div {display:table; table-layout:fixed;}
table {table-layout:fixed;}
box-sizing: border-box; table width > cell widths sum
div {display:table;}
table
div {display:table; table-layout:fixed;}
table {table-layout:fixed;}
box-sizing: content-box; table width < cell widths sum
div {display:table;}
table
div {display:table; table-layout:fixed;}
table {table-layout:fixed;}
box-sizing: border-box; table width < cell widths sum
div {display:table;}
table
div {display:table; table-layout:fixed;}
table {table-layout:fixed;}