@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("4chan.org") {

/* sets font */
body, span#navtop, td.replyhl, td.reply, a, a:hover, a.quotejs, a.quotejs:hover, a.quotelink, span.filesize {font:13px Trebuchet MS !important;} 

/* hides ads */
div.logo img{display:none !important;}
iframe{display:none !important;}

/* hr */
hr{display:none !important;}
form hr{display:block !important;}
hr{height:1px !important;border:none !important;background:#999 !important;}

/* rounded corners */
td.replyhl, td.reply{-moz-border-radius:8px !important;}

/* links */
a{text-decoration:none !important;}
a.quotejs:hover, a:hover{font-weight:normal !important;text-decoration:underline !important;}

/* removes ugly borders on page overview [0,1,2...] */
table,td{border:none !important;}
td.rules{display:none !important;}

/* logo */
img + br {display:none !important;}

/* post area (remove this if you want the default post box, the one on top)*/
input,textarea{margin-right:2px !important;}
textarea{height:300px !important;}
div.postarea{position:fixed !important;width:472px !important;height:0px !important;opacity:0.3 !important;right:0px !important;}
div.postarea:hover{opacity:1 !important;}
td.postblock{vertical-align:top !important;font-size:10px !important;}
/* stop removing here */


/* blurry thumbnails fix */
img[md5] {
height: auto !important;
width: auto !important;
}

div.postarea div[style]{
display:none !important;
}

}