@namespace url(http://www.w3.org/1999/xhtml);@-moz-document domain("userstyles.org"){
/*hide install gm script*/
#style-show>h2:not([id])+ul>li:last-child{display:none!important}
/*change all those Edits next to styles*/
#style-list .edit-link{visibility:hidden!important;position:absolute!important}
#style-list .edit-link:before{content:"Â±"!important;margin-left:3pt!important;visibility:visible!important}
/*resize headers*/
h1,h2{font-size:1em!important;margin:4pt 0!important}
/*add scrollbar*/
#long-description,#style_long_description,textarea#css{overflow:auto!important}
/*max-height for css code*/
#view-code{max-height:20em!important}
/*scrollbar for long comments*/
.review-container>div[id^="review-"] p{overflow-x:auto!important}
/*not sure*/
#style_short_description{width:100%!important}
#comment-list{text-align:left!important}
}
/*align user menu in middle*/
@-moz-document url-prefix("http://userstyles.org/users/"),url-prefix("http://www.userstyles.org/users/"), url-prefix("https://userstyles.org/users/") {
body>ul:not([id]){margin:0 auto!important;width:15em!important}
body>ul:not([id])>li{width:15em!important;margin-left:4em!important}
}
/*removes some extra stuff from bugs.userstyles.org*/
@-moz-document url-prefix("http://bugs.userstyles.org/"){
/*bottom area: copyright/email/link*/
body>table:last-child address,
body>table:last-child .timer,
body>table:last-child address+br,
/*mantis logos*/
body>table:last-child td:last-child,
body>div:first-child+div{display:none!important}
}