@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("chrome://") {

/** Set the font **/
#creditsBox * {font-family:Tahoma!important;font-style:normal!important;}

/** Change link colour **/
#creditsBox a {color:#d81!important;cursor:pointer!important}

/** Set power by gecko font **/
#gecko[class="center"] {font-size:13px!important;font-weight:bold!important}

/** Place name at beginning of first group **/
#creditsBox .creditsGroup ul:first-child::before {
  content:"Your Name Here!"!important;
  display:list-item!important;
}
/** Remove padding and align text **/
#creditsBox ul li,
#creditsBox ul,
.creditsGroup > h3,
.footnote
  {text-align:left!important;padding:0!important}

/** Remove some margins **/
#creditsBox h2,
#creditsBox p,
#creditsBox div 
  {margin:0!important}

/** Set new margins **/
#creditsBox > h2 {margin-top:100px!important}
#creditsBox > h2+.links {margin:20px 0!important}
.creditsGroup h3 {margin-bottom:5px!important;text-indent:10px!important}

/** Set small paragraphs at bottom of credits 8**/
.footnote {padding:4px 0!important;line-height:1.3!important}

/** Get rid of the empty list items **/
.creditsGroup ul li:empty {display:none!important}

}