How to CSS style a table such that
its width is at the most 80% of page width, and,
is at the least 50% of the page width, and
is as wide as necessary?
Use min-width and max-width
min-width
max-width
min-width: 50%; max-width: 80%;