@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("pastebin.com") {

/* coloring, post info */
  div, h1 { border: 0 !important; }
  * {
    background: transparent !important;
    color: inherit !important;
  }
  body {
    background: white !important;
    color: black !important;
  }
  h1, h1 *
  {
    background: silver !important;
    font-weight: normal;
  }
  h1 { margin-bottom: 0.5em !important; }
  br + a.alt { margin-left: 1em !important; }

/* get rid of editing form */
b, form { display: none !important; }

/* courier can go to hell */
  #content *
  { font-family: Monaco, "Lucida Console", Anonymous, "Bitstream Vera Sans Console", fixedsys !important;
    font-size: inherit !important;
  }

/* disable line nubmers (no more copying stupid numbers!) */
  li { list-style: none !important; }
  ol { padding-left: 0 !important; }

/* make numbers one color, pasted content another */
/*
  li { color: silver !important; }
  li div { color: black !important; }
*/

/* remove line backgrounds */
  li { background: transparent !important; }

/* remove sidebar and title that push the content down */
  #menu, #titlebar, br
  { display: none !important; }

/* fix width (if you keep the sidebar, you might need to tweak this) */
  * {
    width: auto !important;
    margin: auto !important;
  }

}