I would like to have a table with two columns.
I know how to set the width of a column as percentage of the table width or by pixel count.
I would like the left column to have the maximum width, while I need the right column to be 20% of the width of the table, but no more than 150px.
The thing is that the table width is dependent of client screen resolution, but the right column should never grow "too much".
How do I do that?