  /**
   * Set a very small font size for the control and constrain
   * it's width to 225px
   *
   * Note: the page has a single FeedControl that
   * is drawn in the <div> element whose id is "feedControl".
   */
  #feedControl {
    font-size: 10px;
    width : 100%;
  }

  /**
   * padding between entries
   */
  #feedControl .gfc-result {
    margin: 0 5px 5px 0;
  }



