@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(forums.mozillazine.org) {
.postbody:after {
  content: "- Chris" !important;
  font-size : 12px !important;
  line-height: 18px !important;
  display: block !important;
  margin-top: 12px !important;
}
.name b {
  font-size: 0px;
}
.name:after {
  content: "Thumper" !important;
  font-weight: bold !important;
  display: inline !important;
}
.postdetails img {
  display: none !important;
}
/*.postdetails:After {
  content: "Joined: 04 Nov 2002" !important;
}*/
}