@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("androidpit.de") {
  /* Izzy's comments */
  span.hidden-comment {
   display:inline !important;
   background-color: #ddd;
   padding: 1px 2px 1px 2px;
   float: right;
   border: 1px dotted black;
   font-size: 10px;
   font-weight: bold;
  }
  /* Zeitangaben */
  time.timestamp, span.timestamp {
    visibility:hidden !important;
    word-spacing:-999px;
    letter-spacing:-999px;
  }
  time.timestamp:after, span.timestamp:after {
    /* content: " (" attr(title) ")"; */
    content: attr(title);
    visibility: visible;
    word-spacing:normal;
    letter-spacing:normal;
  }
  /* Emotikons */
  img[src^="/img/emoticons/what"] {
    width:1em !important;
    height:1em !important;
  }
  /* Forum-Quotes */
  div.quote {
    background-color: #ffffff !important;
    border:2px groove #625d5d !important;
    border-radius:7px !important;
    box-shadow:6px 6px 6px #666 !important;
  }
  div.quote:after {
    content: ' ';
    position:absolute;
    width: 0px; height: 0px;
    left: 34px; bottom: -22px;
    border:12px solid !important;
    border-color: #fff transparent transparent #fff !important;
  }
  div.quote:before {  
    content: ' ';  
    position: absolute;  
    width: 0; height: 0;  
    left: 32px; bottom: -28px;
    border: 14px solid;  
    border-color: #666 transparent transparent #666;  
  } 
  /* div.quote-content > br:first-child { display: none; } */
  div.quote-title:before { content:''; padding-left:0.3em; }
  div.quote-title:after { content:' schreibt:'; padding-right:0.3em; }
  div.quote-title { background-color:#eee; border-radius: 6px; }
  /* Nested lists */
  div.content div.text ul ul, div.content div.text ol ul, div.content div.text ul ol, div.content div.text ol ol {
    margin: 0 !important;
  }
}