@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("dev.userscripts.org") {

/* center script title */
#script_title {
  text-decoration: none !important;
}
#script_title,
#script_title + a {
  display: block !important;
  text-align: center !important;
}

/* add space between script list and add new script link */
#myscripts_box {
  margin-bottom: 1em !important;
}
#myscripts_box + a {
  font-weight: bold !important;
}
#myscripts_box + a:before {
  content: "+" !important;
}

/* add space on the profile page */
#profile_scripts,
#profile_comments {
  padding-top: 1em !important;
}
#profile_comments > b:first-child + br + p {
  margin-top: 0 !important;
}

}