@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("bodymodifications.net") {
  /* change font */
  body {
    font-family: Helvetica !important;
  }
  /* remove background grid */
  #wrapper {
    background-image: none !important;
  }
  /* make user images smaller */
  .thumb {
    height: 48px !important;
    width: 48px !important;
  }
  /* move title preview under thumb */ 
  ul.thumb-list a.thumb-info {
    bottom: auto !important;
    top: 85px !important;
    min-height: 0 !important;
  }
}

@-moz-document  url-prefix(http://bodymodifications.net/pictures_comments.php), url-prefix(http://bodymodifications.net/pictures_favs.php) {
  .thumb {
    height: 75px !important;
    width: 75px !important;
  }
  .member-card {
    width: 86px !important;
    margin: 0px 4px 4px 0px !important
  }
  .member-card h5 {
    margin: 0 !important;
  }
  .member-card h5 a {
    display: none !important;
  }
  .member-card .thumb {
    float: none !important;
    margin: 1px !important;
  }
  .member-card p {
    display: none !important;
    width: 80px !important;
    margin: 0 3px !important;
  }
  .member-card p:last-child {
    display: block !important;  
  }
}

@-moz-document url(http://bodymodifications.net/pictures_favs.php) {
  .member-card h5 .fav-icon {
    position: relative !important;
    top: 105px !important;
    right: 4px !important;
    margin-top: -12px !important;
  }
}