I have some code like this:
function switch_tabs(obj) { $(\'.tab-content\').hide(); $(\'.tabs a\').removeClass(\"selected\"); var id = obj.attr(
Best way is to add !important suffix to the selector .
Example:
#selector{ display: inline-block !important; }