@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.metafilter.com/1"), url-prefix("http://www.metafilter.com/2"), url-prefix("http://www.metafilter.com/3"), url-prefix("http://www.metafilter.com/4"), url-prefix("http://www.metafilter.com/5"), url-prefix("http://www.metafilter.com/6"), url-prefix("http://www.metafilter.com/7"), url-prefix("http://www.metafilter.com/8"), url-prefix("http://www.metafilter.com/9"), url-prefix("http://metatalk.metafilter.com/1"), url-prefix("http://metatalk.metafilter.com/2"), url-prefix("http://metatalk.metafilter.com/3"), url-prefix("http://metatalk.metafilter.com/4"), url-prefix("http://metatalk.metafilter.com/5"), url-prefix("http://metatalk.metafilter.com/6"), url-prefix("http://metatalk.metafilter.com/7"), url-prefix("http://metatalk.metafilter.com/8"), url-prefix("http://metatalk.metafilter.com/9")
{
    /* Preserve line breaks in tag section */
    #page .tags br
    {
        display:inline-block !important;
    }
    
    /* Preserve line breaks in post */
    #page .copy br
    {
        display:inline-block !important;
    }

    /* Preserve line breaks in dateline following post title */
    #page h1.posttitle br
    {
        display:block !important;
    }
    
    /* Preserve line breaks in footer */
    #page #footer br
    {
        display:block !important;
    }
    
    /* Preserve line breaks in "posted by" line */
    #page .smallcopy
    {
        display:block !important;
    }
    
    /* Eliminate comments */
    .comments
    {
        display:none !important;
    }
    
    /* Eliminate comment form */
    #commentform
    {
        display:none !important;
    }
    
    /* Eliminate line breaks */
    div#page br
    {
        display:none !important;
    }

    /* Remove 'X favorites' and 'add to favorites' */
    #page span[id^='fav']
    {
        display:none !important;
    }
    
    /* Remove flag link */
    #page span[id^='flag']
    {
        display:none !important;
    }

    /* Eliminate 'Subscribe' link, since it's comment RSS */
    #page a[href$='/rss']
    {
        display:none !important;
    }

    /* Eliminate 'Recent Activity' link, since it's comment-tracking */
    #navoften > *:nth-child(4n)
    {
        display:none !important;
    }
}