#feedControl {
  width:230px;
  display:block;


  top:5px;
  right:5px;
  padding:5px;

} 
 
.gfc-resultsHeader {
  width: 100%;

}
  
.gfc-resultsHeader .gfc-title{

  display: inline;
}

.gfc-tabsArea {
  margin-top: 6px;
}

.gfc-tabsAreaInvisible {
  display : none;
}

.gfc-tabHeader {
  display: inline;
  cursor: pointer;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 2px;
}


.gfc-tabData.gfc-tabdActive {
  display: block;
}

.gfc-tabData.gfc-tabdInactive {
  display: none;
}

.gfc-tabData .gfc-resultsHeader .gfc-title {
  display: none;
}

.gfc-resultsbox-visible {
  display : block;
}

.gfc-resultsbox-invisible {
  display : none;
}

.gfc-results {
  padding-bottom: .2em;
}

.gfc-result {

  margin-bottom: .2em;
}

.gfc-result .gf-title {
  line-height:120%;
  overflow:auto;
  height:auto;
  margin-bottom:0.75em;
}

.gf-result .gf-author,
.gf-result .gf-spacer,
.gf-result .gf-relativePublishedDate {
  color: #6f6f6f;
  display : none;
}

.gf-result .gf-spacer {
  margin-right : 3px;
  margin-left : 3px;
}

.gf-snippet {
  display:none;
}
