@-moz-document regexp("^https?:\\/\\/(www\\.)?google\\.(co\\.uk|com|fr|de)\\/search\\?.*") {

  @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400i,700i);

  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    word-spacing: normal !important;
    letter-spacing: normal !important;
  }


  /* Text fonts, sizes and spacing */

  .g, body, html, input, .std, h1 {
    font-size: 12pt;
    line-height: 1.44em;
    font-family: Lato, Arial, sans-serif !important;
  }

  #res h3 {
    font-size: 1.25em;
    font-weight: bold;
    color: #05d;
    border-bottom: dotted 1px #05d;
  }

  #ires .kv {
    line-height: 1.44em;
    height: auto;
    margin: 2px 0 4px;
  }

  #ires .kv cite {
    color: #080;
  }

  #ires .kv ._Rm {
    font-size: 11pt;
  }

  .s .st, .st.s.std em {
    color: #333 !important; 
  }

}