I have created a table in Google Visualization which uses the following code:
Have you tried !important at the end of your CSS property?
Example CSS:
.headerRow { color: #000!important; }
The !important property will always be applied no matter where that rule appears in the CSS.