@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("pastebin.com") {

/* Remove left column */
#content_left {
  display: none !important;
}

/* Resize main column */
#content_right {
  margin: 0 !important;
}

/* Fix text area */
.paste_textarea {
  margin: 10px !important;
}

/* Remove Ads */
.notice, #google_ads_frame3_anchor, #google_ads_frame2_anchor {
  display: none !important;
}

/* Fix page location */
.content_box {
  margin-top: -100px !important;
}

/* Remove header links */
#header_firefox, #header_chrome, #header_twitter {
  display: none !important;
}

}