/*
	@homepage http://userstyles.org/styles/3613
	@updateurl http://userstyles.org/styles/iecss/3613/Google%20Multi%20Column.css
	@domain www.google.com
	@domain www.google.co.jp
*/
body {
    margin: 0;
    padding: 0
}

body > div > font {
    display: none;
}

div#res > div {
    -moz-column-width: 25em;
    -moz-column-gap: 1em;
}


div#res table {
    width: 100%;
}
