#searchForm {
  margin: 0px 0px 0px 15px;
  width : 170px;
}
#searchForm input.gsc-input {
  width : 97%;
}

/*GoogleGoogleGoogleGoogleGoogleGoogle*/
#searchResults {
	color: #666666; !important;
}
div.searchResults span{
font-size: 15pt; !important;
background: #eee; !important;
}
/*GoogleGoogleGoogleGoogleGoogleGoogle*/


#searchResults {
  margin-left: 25px;
  margin-right: 25px;
}
#searchResults .gsc-control {
  width : 100%;
}
#searchResults .gsc-resultsbox-visible {
  border-bottom : 1px solid #e9e9e9;
  margin-bottom : 10px;
}
/* long form visible urls should be on */
#searchResults .gsc-webResult div.gs-visibleUrl-long {
  display : block;
}
#searchResults .gsc-webResult div.gs-visibleUrl-short {
  display : none;
}