@charset "ISO-8859-1";
/* CSS Document */

/* .gsc-control controls the width of the search results for the ajax api */
.gsc-control {
  width: 100%!important;
}

/* display full url in the green */
.gs-visibleUrl-long{display:block!important;} 
.gs-visibleUrl-short{display:none!important;} 
.gs-title{height:auto!important;text-decoration:none!important; font-size:14px!important;} 

.gs-title b {text-decoration:none!important;}

.gs-title a {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0033CC;
	text-decoration:none!important;
}
.gs-title a:visited {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #9933FF;
	text-decoration: none!important;
}
.gs-title a:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9900;
	text-decoration: none!important;
}
