.gfg-root {
  width : 610px;
  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: 14px;
  font-weight : bold;
  padding-left:5px;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #3366cc;
  padding-left:5px;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  padding-left:5px;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
padding-left:5px;
  color : #3366cc;
}
.gfg-entry {
  background-color : white;
  width : 610px;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 610px;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

