@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("hup.hu") {

  .indented:hover,   .indented:focus  {
    background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAAAXNSR0IArs4c6QAAAAZQTFRFt9BTt7eL4xrPVQAAAAF0Uk5TAEDm2GYAAAABYktHRACIBR1IAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2gsOCiIz/YtxKwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAAMSURBVAjXY2hgYAAAAYQAgSjdetcAAAAASUVORK5CYII=
) 25px 0 repeat-y;
    margin: -15px 0 0 0 !important;
    padding: 10px 0 0 25px !important;
  }
  a:target + .comment {
    background-color: #F6F6EB !important;
    border-color: #000 !important;
    height: -moz-calc(100% + 20px) !important;
    margin-left: -10px !important;
    margin-top: -10px !important;
    max-width: -moz-calc(100% + 20px) !important;
    width: -moz-calc(100% + 20px) !important;
    -moz-transition: border-color 2s ease-out, width 0.5s ease, max-width 0.5s ease, margin 0.5s ease, background-color 0.5s ease, height 0.5s ease;
  }
  a:target + .comment .submitted {
    color: #000 !important;
    font-weight: bold;
  }

}