@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.google.com/search), 
url-prefix(http://www.google.com.tw/search),
url-prefix(http://www.google.co.uk/search),
url-prefix(http://www.google.com.au/search),
url-prefix(http://www.google.ca/search),
url-prefix(http://www.google.de/search),
url-prefix(http://www.google.fr/search),
url-prefix(http://www.google.it/search),
url-prefix(http://www.google.es/search),
url-prefix(http://www.google.ie/search),
url-prefix(http://www.google.co.in/search),
url-prefix(http://www.google.ru/search),
url-prefix(http://www.google.co.th/search),
url-prefix(http://www.google.co.nz/search),
url-prefix(http://www.google.co.il/search),
url-prefix(http://www.google.co.jp/search) {
  .g {
    border: solid 1px #3366CC ! important;
    -moz-border-radius: 10px ! important;
    padding: 10px ! important;
    background-color: #E5ECF9 ! important;
  }
  .g:hover {
    border: solid 1px #AB1501 ! important;
    background-color: #FFF4C2 ! important;
  } 
  a {
    text-decoration: none ! important;
  }
  a:link {
    color: #006699 ! important;
  }
  a:visited, a:active {
    color: #008000 ! important;
    text-decoration: underline ! important;
  }
  a:hover {
    color: #AB1501 ! important;
    text-decoration: underline ! important;
  }
  #cnt, .s {
    max-width: 100% ! important;
  }
  #center_col {
    margin-right: 0px ! important;
  }

/* For Google preview extension compatibility */
  .g {
    overflow: auto ! important;
  }

/* Ad blocking part */
  div[id^="tpa"] {
    display: none !important;
  }
  table#mbEnd {
    display: none ! important;
  }
  td.j {
    width: 100% ! important;
    padding-left: 1em ! important;
  }
}