@-moz-document domain("librarything.com") {

/* hide stupid tabs */
#maintabs > LI:first-child + LI + LI, 
#maintabs > LI:first-child + LI, 
#maintabs > LI:first-child, 
#content > TBODY > TR > TD:last-child > DIV:first-child, 
.subnav > .right, 
#rightoftextbox { display: none ; } 

.postframe * TABLE > TBODY > TR > TD:first-child { width: 95% !important; }
.postframe * TABLE > TBODY > TR > TD:last-child { width: 1% !important; }


/* home page tweaks */
#quickSearchForm > INPUT { 
    display: block !important ; 
    margin-bottom: 5px; }
#quickSearchbox { margin-top: -10px ; margin-left: 4px ; }
#you > DIV > TABLE > TBODY > TR:last-child > TD:last-child > H1:first-child + DIV { float: left; width: 250px; }
#you > DIV > TABLE > TBODY > TR:last-child > TD:last-child > DIV:last-child { 
    max-width: 130px !important ; }

/* compress subnav menu */
.subnav a { font-weight: lighter!important; }

/* compress tag display */
#tagtable * .tag { padding : 2px 5px 3px !important; }

HTML > BODY {
     margin-top: 0  !important; }

/* catalog toolbar stays visible */
.displayBar { position: fixed; 
      margin-top: -2px !important; 
      z-index: 10; }
.displayBar * #quickSearchForm > input,
.displayBar * #quickSearchForm > select {
     display: inline!important; }
#lt_catalog_list {
     position: relative;
     top: 10px; }

/* fix catalog columns */
#head_reviewtext { min-width: 200px !important; }
#head_test, #head_date { max-width: 45px !important; }
}