/* This file modifies Google's automatically generated CSS */
.gsc-control {
  width: 100%;
}
td.gsc-search-button {
  display: none; /* HIDE THE SEARCH BUTTON */
}
.gsc-branding-text {
  display: none;  /* HIDE THE BRANDING TEXT */
}
td.gsc-branding-img {
  display: none;  /* HIDE THE BRANDING IMAGE */
}
td.gsc-input input {
  width : 98%;
}
.gsc-tabsArea .gs-spacer {
  margin-right : 2px;
}
.gsc-tabHeader {
  margin-right: 0px;
}
.gsc-result {
  margin-top: 10px;
}
.gsc-results {
  clear: both;
}

