  /* CSS for KSPC Blog feed */
    #feedControl { 
      margin: 0px;
		top: 0px;
		left: 0px;
      width : 370px;
      font-size: 14px;
      color: #9CADD0;
    }
	
	.gfg-root {
		  border: 1px solid #ffdea9;
	}


.gfg-title {	
	background-color: #353535;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
	color: #FF7F00;
	text-align:left;
	}
	
	.gfg-title a {
		color: white;
		font-size: 20px;
		text-decoration: none;
	}

