
/* body *, table *,
body {
	font-family: "Verdana", sans-serif;
} */

#feedControl { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width : 180px;
	color: #333333; 
}

/* Suppress everything except for title */
/* #feedControl .gf-snippet, */
/* #feedControl .gf-author, */
/* #feedControl .gf-spacer, */
#feedControl .gf-relativePublishedDate { 
display: inline;
}    

/* decent padding at the bottom of each set of entries */
#feedControl .gfc-results {
padding-top : 10px;
}

/* no padding between entries */
#feedControl .gfc-result {
margin-bottom : 10px;
}

/* slightly larger section header title */
#feedControl .gfc-resultsHeader .gfc-title {
font-size : 110%;
}

