  /**
   * 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, #foodFeed, #matrimoneyFeed {
    font-size: 12px;
    font-weight: bold;
    width : 750px;
}

  /**
   * Suppress everything except for title
   */
#feedControl .gf-snippet,
#feedControl .gf-spacer,
#matrimoneyFeed .gf-spacer,
#foodFeed .gf-snippet,
#foodFeed .gf-spacer,
#matrimoneyFeed .gf-spacer,
{
    font-size: 10px;
}

#feedControl .gf-author,
#feedControl .gf-relativePublishedDate
#matrimoneyFeed .gf-relativePublishedDate
#foodFeed .gf-author,
#foodFeed .gf-relativePublishedDate
#matrimoneyFeed .gf-relativePublishedDate
{
    font-size: 8px;
    color: #0081CB;
}
#feedControl .gfc-results,
#foodFeed .gfc-results,
#matrimoneyFeed .gfc-results {
    padding-bottom : 1em;
    color: #841003;
}

#feedControl .gfc-result,
#foodFeed .gfc-result,
#matrimoneyFeed .gfc-result {
    margin-bottom : 5px;
}

#feedControl .gfc-resultsHeader .gfc-title,
#matrimoneyFeed .gfc-resultsHeader .gfc-title,
#foodFeed .gfc-resultsHeader .gfc-title {
    font-size : 120%;
  }

#feedControl a,
#matrimoneyFeed a,
#foodFeed a {
    color: #080895;
    font-size: 14px;
    text-decoration: none;
}

