@namespace url(http://www.w3.org/1999/xhtml);

/*
 * Title  : slashdot.jp: simple comment buttons
 * Version: 1.0.0
 * Date   : Jan 18, 2009
 * Author : levelevel (aka level)
 * Home   : http://level.s69.xrea.com/mozilla/
 */

@-moz-document domain("slashdot.jp") {
.commentBody{
  padding: 0.5em !important;
}
.commentSub{
  padding:0em !important;
  position: relative !important;
  top:-2em !important;
  float:right !important;
  display:none !important;
}
.comment:hover > div > .commentSub{
  display:block !important;
}
.nbutton,
.nbutton p,
.nbutton p b,
.nbutton p b a
{
  margin:0px !important;
  padding:0px !important;
  background:#fff !important;
  color:#888 !important;
  font-size:70% !important;
}

}