@namespace url(http://www.w3.org/1999/xhtml);


/*
By banthaz
Updated Apr 25 2013
*/


@-moz-document url-prefix(http://www.google), url-prefix(https://www.google) {


/* Each result - "Translate this page" - Remove */
.action-menu + .fl {
    display: none !important;
}


/* Each result - "[PDF]" - Remove */
.rc > span[style="float:left"]:first-child {
    display: none !important;
}


/* Each result - Numbered */
body {
    counter-reset: result !important;
}
.rc .r a::before {
    counter-increment: result !important;
    content: counter(result) ". " !important;
}


/* Each result - Indenting */
.rc .s {
    margin-left: 1.4em !important;
}


/* Each result - Spacing */
.g {
    margin-bottom: 3em !important;
}


/* Links - Remove underline until hover */
a:not(:hover) {
    text-decoration: none !important;
}


}