I was wondering if you can help me understand how to overwrite parent CSS classes. I have the main CSS generically defined on a table, td and thead levels, which currently says that all tables should be width="100%"
I want to have a new table where it takes the minimum width it can (i.e. shrinks to size/content) - could you help me understand how can it be done?
Thank yoU!