.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #BCCDF0;
}

.gfg-title {
  font-size: 13px;
  font-weight : bold;
  color : #3366cc;
  background-color: #9dc2d7;
  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 {
  background-color : white;
  width : 100%;
  height : 9.5em;
  position : relative;
  overflow : hidden;
  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 {
  line-height : 1.5em;
  overflow : hidden;
  padding-left : 5px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  background-color : #d4e5e5;
  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;
}

.felogin {
  text-align: left;
  font-size: 12px;
  line-height : 1.1em;
  overflow : hidden;
  padding: 5px 0 0 5px;
}

.felogin_box {
  text-align: left;
  font-size: 12px;
  line-height : 1.1em;
  overflow : hidden;
  padding: 5px 0 0 5px;
}


