@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("find.2ch.net")
{
    
    /*****LINKS*****/
    a
    {
        text-decoration: none !important; 
    }
    a:hover
    {
        text-decoration: underline !important; 
    }
    
    /*****BODY*****/
    body
    {
        background: #eee !important;
    }
    .content_pane dl dt
    {
        margin-left    : 190px !important ;
        padding-bottom : 10px  !important ;
    }
    .content_pane dl dd
    {
        background  : #f9f9f9        !important ;
        margin-left : 230px          !important ;
        border      : 1px solid #000 !important ;
        width       : 600px          !important ;
    }
    
    /*****ADKILL*****/
    /*.content_pane dl dd, .r_sec_body,*/ /* ã“ã“ã‚’æœ‰åŠ¹åŒ–ã™ã‚‹ã¨ã‚¹ãƒ¬ã®æ¦‚è¦ã‚‚æ¶ˆãˆã¾ã™ */
    .brazil_ad,
    div span,
    div table[width="25%"]
    {
        display: none !important;
    }
    
}