@charset "UTF-8";

/* this styles overides the article feed title margin on all market intelligence article pages */
h2.blogTitle.articlesPlugin,
h2.moreArticlesTitle.articlesPlugin {
	margin-bottom: 0 !important;
	line-height: 1.4em;
}
/* this styles overides the article date margin-top */
h6.articleDate {
	margin-top: 2px;
}
.category_sidebar div.entryList_item {
    margin-top:15px;
}
