@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(friendfeed.com) {
  .rooms.body .picture,
  .rooms.body .snippet { display: none !important; }
  .rooms.body .snippet {
    position: absolute !important;
    z-index: 32768 !important;
    -moz-appearance: tooltip !important;
    margin-top: 10px !important;
    padding: 2px 3px !important;
    color: infotext !important;
  }
  .text:hover .snippet { display: block !important; }
  .rooms.body { max-height: 400px !important; overflow-x: auto !important; }
  .rooms.body .item:last-child:not(.selected) { margin-top: 1em !important; }
  .text { margin-bottom: 1em !important; line-height: 1.25em !important; }
  .text a { white-space: -moz-pre-wrap !important; }
}