@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/search") 
, url-prefix("http://www.google.cz/") 
{

/* widen
*/
div#cnt 
, div#cnt div.s
{ max-width: none !important
}

/* inlinize
*/
li.g > * 
, li.g div
, #brs *
{ display: inline !important
; padding-right: 1em
; float: none !important
}

/* widen moar
*/
#center_col 
, #foot
{ margin-right: 0 !important
}

/* sth
*/
.brs_col
{ white-space: normal !important
}

/* hiding some 'useless' stuff
   damn, forgot to comment it X|
*/
li.g > span > button.ws 
, li.g > span.m 
, li.g > div.s > div.f
, div#bsf 
, table#mbEnd 
, table.mbEnd 
, #brs div:first-child 
, #foot > *:not(#navcnt) 
, li#productbox 
, h3 span.micon
{ display: none !important
}

} 