.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: Verdana,sans-serif;
  font-size: inherit;
  border-width: 0px;
}

.gfg-title {
  display: none;
  visibility: hidden;
  /*font:bold 110% Verdana,sans-serif;
  overflow : hidden;
  white-space : normal;*/
}

.gfg-title a {
  color : #057bce;
}

.gfg-title a:hover {
  color : #d90018;
}

.gfg-entry {
  background-color : #fcfcfc;
  color: #080d29;
  width : 100%;
  font: normal 100% Verdana,sans-serif;
  height : 14em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : #fcfcfc;
  width : 100%;
  height : 100%;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  overflow : hidden;
  white-space : normal;
  /*text-overflow : ellipsis;
  -o-text-overflow : ellipsis;*/
  padding: 0px 0px 0.25em 1.25em;
  line-height: 1.1em;
}

.gfg-listentry a {
  color : #057bce;
}

.gfg-listentry a:hover {
  color : #d90018;
}

.gfg-listentry-odd {
  background-color : #fcfcfc;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('http://www.google.com/uds/solutions/dynamicfeed/garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 100%;
  overflow : hidden;
  white-space : normal;
  /*text-overflow : ellipsis;
  -o-text-overflow : ellipsis;*/
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #080d29;
  margin-top : 3px;
}

.gf-title a {
  color : #057bce;
}

.gf-title a:hover {
  color : #d90018;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
  visibility: hidden;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #057bce;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  display: none;
  visibility: hidden;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : none;
  visibility: hidden;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : left;
  width : 10px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('http://www.google.com/uds/solutions/dynamicfeed/arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('http://www.google.com/uds/solutions/dynamicfeed/arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}