	div.tooltip {
	position: absolute;
	text-align: left;
	width: 200px;
	height: 14px;
	padding: 2px;
	font: 12px sans-serif;
	border: 0px;
	border-radius: 4px;
	pointer-events: none;
	background-color: #FFCCCC;
	}

	.whatDoes {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 24px;
	color: #4682b4;
	font-style: normal;
	font-weight: bolder;
	}
	.think {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 24px;
	color: #F60;
	font-style: normal;
	font-weight: bolder;
	}

	/* the width of the controls (keep same as gsc-results for flush look) */
	#searchcontrol {
	width: auto; }
	.gsc-control { width:100% !important; }
	/* the width of the search results box; no height value = nice auto look  */
	.gsc-result .gs-title {
  	height: 1.4em;
  	overflow: hidden;
 	 font-size: 12px;
	}

	.gs-bidi-start-align  {
	width: 100% !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	}
	
	.gs-text-box  {
	width: 100% !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	}
	
	.gsc-resultsbox-visible{
	width: 100% !important;	
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	}
	/* the width of the search input */
	.gsc-input { width:20px; }
	/* hide "powered by google" (optional) */
	.gsc-branding { display:none; }
	/* custom colors */
//	.gs-title a { color:orange; font-weight:bold; }
	#searchcontrol a { color:Steel Blue; }
