.gfg-root {
  width : 388px;
  height : 25px;
  position : relative;
  overflow : hidden;
  text-align : left;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  top: 5px;
}

.gfg-title {
  font-size: 8px;
  padding-left: 40px;
  overflow : hidden;
  float : left;
  display:none;
  
}

.gfg-title a {
  font-size: 11px;
  font-weight : bold;
  color : #ec9e54;
  text-decoration: none;
}
.gfg-title a:hover {
  text-decoration: underline;
}
	
.gfg-entry {
  margin-left: 20px;
  width : 100%;
  height : 5.1em;
  position : relative;
  overflow : hidden;
  text-align : left;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  width : auto;
  height : 100%;
  padding-left : 2px;
  padding-right : 5px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 12px;
  line-height : 1.3em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 0px;
}






/*
 * FeedControl customizations.
 */




.clearFloat {
  clear : both;
}
