@namespace url(http://www.w3.org/1999/xhtml);
  /* (c) 2008 by Lestarte */
  /* Tested with german SERPs */

@-moz-document domain(search.yahoo.com) {
  object[data*="web"],

  div[class="spns"], div[class="bbox"] {
    display: none !important;
  }
  div[id="sec"], div[id="east"] {
    display: none !important;
  }

  ol {
    counter-reset: pageNum;
  }
  li h3:before {
    content: counter(pageNum) ": ";
    counter-increment: pageNum;
    font-weight: bold;
  }
}