#feedGadget {
  margin-top:0;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  background-color: white;
  font-size: 16px;
  color: #9cadd0;
}

.gfg-root {
  width: 298px;
  border: 1px solid #007fc7;
  background-color: white;
}

.gfg-title {
  padding-top: 3px;
  padding-bottom: 3px;
  background: #007fc7;
  color: white;
}

.gfg-subtitle {
  background: #eeeeee;
  margin: 0 5px 5px 5px;
}

.gfg-entry {
  height: 115px;
  margin-top: 15px;
}

.gfg-root .gfg-entry .gf-result {
  padding: 0 15px;
}

.gf-snippet {
  line-height: 1em;
}

.gfg-subtitle {
  padding-top: 3px;
  height: 20px;
  padding-left: 10px;
}
.gfg-subtitle a {
  color: #006bb8;
  text-decoration: none;
}
.gfg-subtitle a:hover {
  text-decoration: underline;
}

.gfg-listentry {
  padding: 0 10px;
  border-bottom: 1px solid #eeeeee;
  background: white;
}

.gfg-list {
  margin-bottom: 15px;
}
.gfg-list a {
  color: #888888;
  text-decoration: none;
  font-size: 12px;
}
.gfg-list a:hover {
  color: black;
}

.gfg-root .gfg-entry .gf-result .gf-title a {
  color: #006bb8;
  font-weight: bold;
  text-decoration: none;
}
.gfg-root .gfg-entry .gf-result .gf-title a:hover {
  text-decoration: underline;
}

