 #feed-control { 
      margin-top : 10px;
      margin-left: auto;
      margin-right: auto;
      width : 98%;
      font-size: 16px;
      color: #9CADD0;
      
    }

/* Root */
.gfg-root
{
  
}

/* Feed Title */
.gfg-title
{
background:#e9e9e9;color:#89100f;
padding:3px 0 3px 10px;
text-align:left;
}

/* Entry Section - Note the contents are generated from the
   FeedControl, see documentation or the css here to style.
 */
.gfg-entry
{
}

.gfg-subtitle {
/*
  font-size: 12px;
  font-weight : bold;
  background:#e9e9e9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
  padding: 2px 0px 2px 10px;
*/
height:1px;
}
.gfg-subtitle a {
  color:#89100f;
}


/* Feed List */
.gfg-list
{
}
/* List Entries, support highlighting, and odd and even behaviors */
.gfg-listentry
.gfg-listentry-highlight
.gfg-listentry-odd
{
}
.gfg-listentry-even
{
}

/* For horizontal mode, the root is replaced with the following class.
   All other changes are styled against the classes above. 
 */
.gfg-horizontal-root
{
}

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 13px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
  color:#5c5c5c;
  font-weight:bold;
}
.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color:#7a7a7a;
  margin-top : 3px;
}





