I would like to override following CSS styling defined for all tables:
table { font-size: 12px; width: 100%; min-width: 400px;
Set min-width: inherit /* Reset the min-width */
Try this. It will work.