/* ARTICLES PAGE STYLES
************************************************************/

.flexContainer1	{
	margin-bottom: 9vh;
}

span.articleTitle	{
	color: #333;
	font-weight: bold;
}

p.abstractHeader	{
	font-weight: bold;
	margin-bottom: 0;
}

#peer-reviewed-scholarly p.abstract	{
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eee;
}


#popular .flex-item-12:last-child p.articleLink{
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eee;
}

.article	{
	margin-bottom: 4vh;
}

.thumb img	{
	width: 100%;
	max-width: 150px;
}

@media (max-width: 400px)	{
	.thumb img	{
		text-align: center;
		max-width: 350px;
		/*display: none;*/
	}
}

.articleLink	{
	font-size: .8em;
}