I am trying to override a CSS style rule that is applying border-spacing of 0 to all tables. If I disable the rule in Firebug, my page looks the way I intend it to look. But I don't have the ability to remove or comment out the rule. So how can I override it back to its default value in my CSS file?
I'm using the latest Firefox version, if that's helpful.