body {
	font-size: 13px;
}


.gfc-resultsRoot {
	margin: 0 0 2em;
}

.gfc-resultsHeader {
	border: 1px solid #CCC;
	background: #F9EEE2;
}

.gfc-resultsHeader .gfc-title {
	color: #000;
	font-weight: bold;
	border-left: 4px solid #005BAC;
	padding: 0 0 0 .4em;
	display: block;
	margin: .3em;
}
.gfc-results {
}

.gfc-result {
	margin: .5em 0 .5em 1em;
	display: list-item;
	list-style-type: disc;
}

.gfc-result .gf-title {
	font-weight: bold;
	overflow: visible;
	height: auto;
}

.gfc-result .gf-relativePublishedDate {
	display: none;
}

.gfc-result .gf-snippet {
	display: none;
}
