How can I make the table with 2 columns (cells) look like this:
Set this:
td { max-width:100%; white-space:nowrap; }
This will solve your problem.