/*  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=de]          {display: none;}

/* exceptions \*/
abbr[lang=de],
acronym[lang=de],
*[lang=de].polyglot {display: inline;}

/*  end: mac/msie css hack */