@namespace url(http://www.w3.org/1999/xhtml);

/* Built upon http://userstyles.org/styles/41612 */

@-moz-document domain("quora.com")
{
    /* Find your friends on Quora */
    div.section.import_contacts_section,
    /* Trending topics and people */
    div.section.simple_more_button.people_suggestions
    {
        display: none;
    }

body, .header, .wrapper { max-width:920px !important; }

.contents, .w8 { width: 850px !important; }
.w6_5 { width: 650px !important;}

#layout_header .contents { padding:0 10px 0 10px !important; width:95% !important;}
.topic_page .main_col, .home_page .main_col { margin-left: 0px !important; }
.question_page .main_col { margin-left: -110px !important; }

.logo {display:none !important;}

}