@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("identi.ca") {

  #counter {
    color: #91aa9d !important;
    font-size: large !important;
  }

  #counter.toomuch {
    color: #f00 !important;
    font-size: x-large !important;
  }

}