/*  css hack: msie's on mac systems run into this css comment hack
    that uses an escaped star every time a comment gets terminated.
    for that if all css comments carefully apply the mentioned hack
    the whole css resource will appear as a big comment to every msie.
\*/

q                   {quotes: '»' '«';}
*[lang=en]          {display: none;}

/* exceptions \*/
abbr[lang=en],
acronym[lang=en],
*[lang=en].polyglot {display: inline;}

/*  end: mac/msie css hack */