.ArticleListWidgetView {
    margin: 0 0 40px 0;
    padding: 0;
    position: relative;
}
    .ArticleListWidgetView ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .ArticleListWidgetView li {
        margin: 0 0 10px 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
        line-height: 20px;
    }
    .ArticleListWidgetView h2 {
        margin: 0 0 10px 0;
        padding: 0;
/*        font-size: 16px;
        line-height: 22px;*/
    }
    .ArticleListWidgetView .viewings,
	.articleListWidget span.viewings {
        font-size: 12px;
        line-height: 18px;
        color: #898989;
        background-position: 4px 1px;
        padding: 0 0 0 23px;
    }
	.articleListWidget span.viewings {
		background-position: 4px 4px;
		font-size:14px;
	}
	
.clMobile .ArticleListWidgetView h2,
.clMobile .ArticleListWidgetView h2 a{
	font-size:3.2rem !important;
	margin-bottom:3rem !important;
}

.clMobile .block{
	margin:2rem 0 4rem 0;
}


.articleListWidget {
}

   /* .articleListWidget h2.first-child {
        font-size: 24px;
        line-height: 28px;
    }*/
	
    .articleListWidget p {
        margin: 0 0 30px 0;
        padding: 0;
       /* font-size: 14px;
        line-height: 20px;*/
    }

.articleListWidget h2:first-child{
	margin-top: 0;
}
