@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("43marks.com") 
{   
    /* Make the font size a little smaller */
    body { 
        font-size: 72% !important; 
    }

    /* Hide the logo and tagline */
    #logo, .span-8 { 
        display: none !important; 
    }

    /* Hide search box, tabs and text */
    #search-box, #search-tabs, #start { 
        display: none !important; 
    }
   
    /* Shrink the height of the header */
    #header { 
        height: 15px !important; 
    }

    /* Shrink the permalink */
    h2.bottom {
        line-height: 15px !important; 
        font-size: 12px !important; 
    }

    /* Hide the "CUSTOMIZE YOURS - IT'S FREE!" button */
    .customize {
        display: none !important;
    }

    /* Shrink the 'Logout Settings Manage' links */
    #customize a { 
        line-height: 15px !important;
        font-size: 10px !important; 
    }
   
    /* Get rid of gap between header and bookmarks */
    br { 
        display: none !important; 
    }

    /* Shrink space between each listed book mark */
    #bookmarks li {
        line-height: 1.15em !important;
    }

    /* ------- Uncomment CSS below to hide the footer ---------- */
 
    /* Hide the horizontal rule */
    /*
    hr { 
        display: none !important;
    }
    */

    /* Hide the "Post to:" stuff at bottom */
    /* 
    #bottomnav { 
        display: none !important;
    } 
    */

    /* Hide the footer */
    /* 
    #footer {
        display: none !important; 
    } 
    */ 
}