@import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");
 
    #feedControl { 
      margin-left: auto;
      margin-right: auto;
      width : 200px;
      height: 200px;
      font-size:12px;
    }
    #testimonials-feed{
    	border: 1px dotted #555;
    }
    #testimonials-feed h2{
    	color: #d1eaff;
    	font-size: 18px;
    	text-align: center;
    	z-index: 10;
    	margin-top: 10px;
    	padding-bottom: 10px;
    	border-bottom: 1px dotted #d1eaff;
    }
    .gfg-title {
    	background-color: #000;
    	color: #d1eaff;
    	font-size: 16px;
    	margin-top: 10px;
    	padding-bottom: 10px;
 		text-align: center;
 		border-bottom: 1px dotted #d1eaff;
 		display: none;
    }
    .gfg-title a, .gfg-title a:visited{
    	color: #d1eaff;
    	text-decoration: none;
    	float: none;
    	visibility: hidden;
    }
    .gfg-title a:hover {
    	color: #fff;
    	float: none;
    }
    
    .gfg-entry{
    	height: 90px;
    	margin-top: 0px;
    	margin-bottom: 10px;
    	border-bottom: 1px dotted #555;
    	background-color: black;
    	font-size: 90%;
    }
    .gfg-root{
    	border: none;
    }
    .gfg-root .gfg-entry .gf-result{
    	background-color: black;
    	padding-left: 5px;
    	padding-right: 5px;
    }
    .gfg-root .gfg-entry .gf-result .gf-snippet{
    	color: #ddd;
    }
    .gfg-list{
    	height: 36px;
    }
    .gfg-listentry-odd {
    	background-color: #000;
    }
    .gfg-listentry-highlight{
    	background-color: #123;
    }
