@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("neowin.net") {

    body {
        text-rendering: optimizeLegibility !important;
    }

    pre.prettyprint {
        font-family: Consolas, "Andale Mono", "Courier New", monospace !important;
        font-size-adjust: 0.490 !important;
    }

    div.post-body, div#tab_aboutme > div.general-box-content {
        font-size-adjust: 0.552 !important;
        /*line-height: 1.52727273;*/
        line-height: normal !important;
    }

    div.post-body pre.prettyprint, div#tab_aboutme > div.general-box-content pre.prettyprint  {
        font-size-adjust: none !important;
    }
    
    li.avatar > a > img {
        width: auto !important;
        height: auto !important;
        max-height: 90px !important;
        max-width: 90px !important;
    }

    /* Fixes up certain font issues,
       like bad looking fonts, or fonts that have
       cross platform alternatives but are specified
       as their Windows only versions */
    span[style*="Comic Sans MS"] {
        font-family: Tahoma, Verdana, sans-serif !important;
    }
    
    /*  Palatino Linptype on Windows, Palatino on OS X */
    span[style*="Palatino Linotype"] {
        font-family: "Palatino Linotype", Palatino, "URW Palladio L", serif !important;
    }

}