/* (c) pihentagy */
@-moz-document domain(mail.google.com) {

  /* sent and received messages */
  div.AD {
    /* optionally you can have more space by changing the font */
    font-family: "Trebuchet MS", arial, sans-serif !important;

    line-height: 0.85em !important;
  }

  /* status messages like "sent at 2:38" are not important, hover over them to see */
  .kp {
    font-size: x-small !important;
    margin: -1.3em 0 0.3em 0 !important;
    padding: 0em !important;
    text-align: right !important;
    border-bottom: 1px dashed #000 !important;
    color: #000 !important;
    z-index: -1 !important;
    -moz-opacity: 0.1 !important;
    opacity: 0.1 !important;
    background: #fff !important;
  }

  .kp:hover {
    z-index: 100 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    background: #eee !important;
    position:relative;
  }
  .kk, .kl, .kq, .kg {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}