#feedGadget {
  box-shadow: 1px 1px 1px 1px #ccc;
  margin-bottom: 10px;}

#feedGadget .gfg-root {
      font-size : 12px;
      border: 0px solid #fff;
	background: #fff;
    }
    #feedGadget .gfg-root .gfg-entry .gf-result {
      padding-left : 0px;
      
    }
    #feedGadget .gfg-title {
      font-family: 'Open Sans Condensed', sans-serif;	
	font-size: 14px;
	font-weight: 300;
    letter-spacing: .1em;
      background-color : #717171;
      color : #fff;
      text-align : left;
      
      }
    #feedGadget .gfg-title a {
      color : #eee;
      padding: 2px 5px;
    }
    #feedGadget .gfg-subtitle {
      font-size : 11px;
      background-color : #ffffff;
      color : #376BA4;
      text-align : left;
      margin-left : 5px;
   
    }
    #feedGadget .gfg-subtitle a {
      color : #333;
    }
    #feedGadget .gf-title {
      font-size : 12px;
    }
    #feedGadget .gf-title a{
      color : #333;
    }
    #feedGadget .gfg-root .gfg-listentry {
      padding-left : 5px;
      padding-top : 1px;
      margin-right : 5px;
    }
    #feedGadget .gfg-root .gfg-listentry a {
      color : #333;
    }
    #feedGadget .gfg-root .gfg-listentry a:hover {
      color : #333;
    }
    #feedGadget .gfg-root .gfg-listentry-odd {
      background-color : #fff;
    }
    #feedGadget .gfg-root .gfg-listentry-highlight {
      border-left: 2px solid #a70000;
      padding-left : 3px;
      background-image : none;
    }
    .gfg-entry {padding: 5px;}