@charset "ISO-8859-1";
@namespace url(http://www.w3.org/1999/xhtml);

/* 
Författare: Thomas Jedenfelt, 2011-01-06
Uppdaterad: 2014-11-06
http://userstyles.org/user/show/117

Se även
"GOOGLE.SE - Reklam med kantlinjer"
http://userstyles.org/styles/42316/
*/

@-moz-document domain("google.se") {

DIV#tads ol,
DIV#rhs_block h2,
DIV#rhs_block ol {
  display: none !important;
  }

DIV#tads:before,
DIV#rhs_block:before {
  content: " DOLDA ANNONSER " !important;
  color: WindowText !important;
  background: Window !important;
  font-weight: 700 !important;
  font-style: italic !important;
  }

}