.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
}

.gfg-title {
  font-size: 13px;
  font-weight : bold;
  color : black;
  background-color: #c1baba;
  line-height : 1.2em;
  overflow : hidden;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  background-color: #9dc2d7;
  width: 100%;
  line-height : 1.4em;
  overflow : hidden;
  margin-bottom : 2px;
}

.gfg-subtitle a {
  color : #3366cc;
}

.gfg-entry {
  color:black;
  text-decoration:none;
  background-color: white;
  width : 100%;
  height : 150px;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 2px;
}

.gfg-entry a {
  color:black;
  text-decoration:none;
  background-color: white;
  width : 100%;
  font-weight : bold;
  background-color: white;
  width : 100%;
  text-align : left;
  margin-top : 2px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : auto;
  padding-left : 5px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry a {
  color:black;
  text-decoration:none;
  line-height : 1.5em;
  overflow : hidden;
  padding-left : 5px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  background-color : #efebeb;
  color: red;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
/*  background-color: #c4e6ec; */
  font-weight : bold;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 12px;
  line-height : 1.2em;
  overflow : hidden;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 8em;
  color: #000000;
  margin-top : 1px;
}
div#feed-control {
      margin: 5px;
      width : 205px;
      font-size: 15px;
    }
