/* Ajax Feed API */

@import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");

#feed-control a {
	color:#369;
	text-decoration: none;
	font-weight: bold;
	}

#feed-control a:hover {
	color:#fff;
	text-decoration: none;
	}

/* #feed-control .gf-snippet, */
#feed-control .gf-author,
#feed-control .gf-spacer,
#feed-control .gf-relativePublishedDate {
    display : none;
  }

.gfg-root {
	border: none;
	}

.gfg-title {
	color: black;
	background-color: white;
	background-color: #eee;
	border-left: 5px solid white;
	border-right: 5px solid white;
	}

.gfg-listentry-odd {
	background-color: #eee;
	}

.gfg-root .gfg-entry .gf-result .gf-title {
	font-size: 14px;
	font-weight: bold;
	}

.gfg-entry {
	height: 6em;
	margin-top: 1em;
	line-height: 1.2em;
	}
