#feedControl {
	padding: 0 0 0 0;
	border-color: #F6F6F6;
	font-size: 12px;
	color: #4A6F00;
	text-decoration: none;
	text-align: left;
}

.gfg-root {
  width: 100%;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  white-space: normal; 
  line-height: 110%;
}
.gfg-title ,.gf-author ,.gf-spacer  ,.gfg-list ,.gf-relativePublishedDate{display: none !important;}

.gfg-entry {
  width: 100%;
  height: 150px;
  text-align: left;
  margin-top: 3px 0 3px 0;
  display: table;
  overflow: hidden;
  background-color: #F9F9F9;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding-left: 6px;
  padding-right: 6px;
  white-space: normal;
  overflow: hidden;
  background-color: #FFFFFF;
}

.gfg-root .gfg-entry .gf-result .gf-title {

  line-height: 1.2em;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-bottom: 0px;
  color: #306D72;
  font-weight: bold;
  white-space: normal;
  background-color: #FFFFFF;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  color: #636363;
  margin-top: 3px;
  font-size: 0.95em;
  background-color: #FFFFFF;
}
