@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.com/search") {

body > table + div {
  -moz-column-count: 2 !important;
  -moz-column-gap: 1em !important;
}

/* uncomment this to hide the url 
.g .j > font > span {
  display: none !important;
}*/

}