Example:
.dateElement td:first-child { width:80px; }
*:first-child + html .dateElement td{ width:80px; }
*:first-child + html .dateElement td{ width:80px; } * html .dateElement td{width:80px;}
if(document.styleSheets[index].cssRules) rules=document.styleSheets[index].cssRules
else if(document.styleSheets[index].rules) rules=document.styleSheets[index].rules;
var firstRule=rules[0];
var selector=firstRule.selectorText;
var style=firstRule.style;