I\'m wondering how to ignore a parent style and use the default style (none). I\'ll show my specific case as an example but I\'m pretty sure this is a general question.
I had a similar situation while working on a joomla website.
Added a class name to the module to be affected. In your case:
then made the following single line change in the css. Added the line
#elementId div.classname {style to be applied !important;}
worked well!