/**
   * 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: 100%;
  }

  /**
   * Suppress everything except for title
   */

  #feedControl .gf-author,
  #feedControl .gf-spacer,
  #feedControl .gfc-resultsHeader
  /*#feedControl .gf-relativePublishedDate */
  {
    display : none;
  }
  
  #feedControl .gf-relativePublishedDate
  {
    font-size: 10px;
  }

  /**
   * 1em Padding at the bottom of each collection of entries
   */
  #feedControl .gfc-results {
    padding-bottom : 1em;
  }

  /**
   * Use a larger font size for section titles
   */
  #feedControl .gfc-title {
    font-size : 140%;
  }
  
  
  /*FOR podControl*/
  #podControl {
    font-size: 80%;    
  }
  
 /* #podControl .gfc-resultsHeader{font-size: 85%;}*/

   /*** Suppress everything except for title */
  #podControl .gf-snippet,
  #podControl .gf-author,
  #podControl .gf-spacer,
  #podControl .gf-relativePublishedDate
  {
    display : none;
  }
  
 
  
  
  



