
<style type="text/css">

.right-column {
    max-width: 350px; 
	float: right; 
	margin-left: 20px;
}

.mobile .right-column {
    max-width: 350px; 
	float: left; 
	margin-left: 0px;
}

/*NEWS FEEDS and ITEMS*/
  

.caption {
    margin: 6px 20px;
    color: #505050;
}

.right {
    float: right !important;
    margin-right: 0!important;
    clear: right;
}


#news-items h2 {
        margin-top: 30px;
    }

#news-items .right {
        float: right;
    }

#news-items .rss, #news-items .atom, #news-items p.meta {
        display: none;
    }
  
</style>