@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.google.) {
  .g {
    margin-top: .5em !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important; 
    width: 75% !important;
  }

  .g > table {
    display: none !important;
    position: absolute !important;
    margin-left: 5em !important;
    padding: .5em !important;
    background-color: infobackground !important;
    border: 1px solid #000 !important;
  }

  div.g:hover > table {
    display: table !important;
  }
}