/* css */
#newsfeedframe{ 
  padding: 0px 5px 5px 10px;
  border: 1px solid #adadad;}

#newsfeedframe h2{
  padding: 0;
  margin: 15px 0px 5px 0px;}
 



/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
