/*

Images within Posts CSS 
 
*/

.article .article_img{
    float:right;
    margin: 10px;
    max-height: 250px;
    max-width: 250px;
}

.newsfeed li .article_img{
    float:right;
    margin: 10px;
    max-height: 62px;
    max-width: 62px;
    border: 1px solid #CCDCEF;
}

