@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.tumblr.com/dashboard"), url-prefix('https://www.tumblr.com/dashboard')   {
  #friends {
    padding: 15px 0 15px 15px !important;
  }
    #friends > li {
      float: left;
      width: auto !important;
      height: auto !important;
      margin:0px 5px 5px 0px !important;
      line-height: 1 !important;
    }
      #friends > li > a[style~="text-decoration:"] {
        display: none;
      }
        #friends > li > a > img.avatar {
          position: static !important;
          width: 30px !important;
          height: 30px !important;
          border-width: 0 !important;
        }
        #friends > li > a > img.delete {
          position: absolute;
          top: 1px;
          right: 0;
          z-index: 50;
        }
  #friends + div {
    clear: left;
  }
}