/* 2014-07-12 --- 666880e1522578522bfad64860d80cc3 */


@namespace url("http://www.w3.org/1999/xhtml");


@-moz-document
        url-prefix("http://"),
        url-prefix("https://"),
        url-prefix("ftp://"),
        url-prefix("gopher://"),
        url-prefix("file://")
{
    html:root,
    html:root *
    {
        all: initial !important;
    }
    
    html:root,
    html:root *
    {
        all: unset !important;
    }
}