@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("del.icio.us") {
  #bundle-edit .tag
  {
    color: #0000ee !important;
    font-weight: bold !important;
  }
  
  #bundle-edit .used
  {
    color: #888888 !important;
    /*border: 1px solid #cccccc !important;*/
    border: none !important;
    border-right: 1px solid #cccccc !important;
    padding-right: .5em !important;
    margin-top: .5em !important;
    margin-bottom: .5em !important;
    font-weight: normal !important;
  }
  
  #bundle-edit .usedmember
  {
    color: #ff0000 !important;
    border: 1px solid #ff9999 !important;
    font-weight: normal !important;
  }
  
  #bundle-edit .member
  {
    color: #ff0000 !important;
    border: 1px solid #ff9999 !important;
    font-weight: bold !important;
  }
}