#social-stream #articleList .newsArticle {
    width: 18vw;
    padding: 1vw;
    display: inline-table;
    background: #FFF;
    border-radius: 25px;
    margin-right: 1vw;
    margin-bottom: 20px;
    text-align: justify;
}

#social-stream .artImage{
	display: unset;
	margin-bottom: 20px;
	margin-right: unset;
    border: unset;
	float: unset;
}

#social-stream .artAuthor{
	display: none;
}

#social-stream .artText{
	display: unset;
	line-height: 1.5;
}

#social-stream .linkMore{
	display: unset;
}

#social-stream .linkMore a, #social-stream .linkMore a:visited{
    background: #CCCCCC;
    color: #000;
    padding: 7px 13px 8px 13px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

#social-stream .linkMore a:hover{
    background: #000000;
    color: #FFFFFF;
}

#social-stream .artImage img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

@media only screen and (max-width: 960px) {
	#social-stream #articleList .newsArticle {
    	width: 72vw;
    	font-size: 14px;
    	padding: 4vw;
	}
}
