If you use IE, most likely it will revert to the browser defaults for certain elements, such as tables. You can come across this with the following CSS:
html, body, form, fieldset, table, tr, td, img { margin: 0; padding: 0; font: 100%/150% calibri,helvetica,sans-serif; } input, button, select, textarea, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; } body { font-size: 0.875em; }
Edit: you can read about CSS dumps; see topics like this
Paul Oct. 15 2018-10-15 12:43
source share