@charset "utf-8";

#feedControl { 
    font-size: 10px;
    width : 520px;
    /*height: 300px;*/
    /*overflow: auto;*/
    padding: 20px;
}

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

#feedControl .gf-relativePublishedDate { 
    font-size: x-small;
}
#feedControl .gf-title { 
    font-weight: 700;
    font-size: small;
    color: #000080;
}
#feedControl .gfc-title {
    display : none;
    /*font-weight: 700;
    font-size: large;
    color: #333333;*/
}
/* decent padding at the bottom of each set of entries */
#feedControl .gfc-results {
    padding-bottom : 1em;
}

/* no padding between entries */
#feedControl .gfc-result {
    margin-bottom : 0px;
}

/* slightly larger section header title */
#feedControl .gfc-resultsHeader .gfc-title {
    font-size : 110%;
}

