﻿/* style for newsletter layout page */
.highlights {
	min-height: 200px;
	margin: 0 0px 18px 0!important;
	border: 1px solid silver;
	padding: 10px;
	background-color: white;
}
.highlights ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.highlights ul li {
	padding: 0px 5px;
	border-left: 5px solid #769eaa;
	margin: 10px 0;
}
.highlights-shadow {
	width: 40%;
	background-image: url('/Style Library/css/img/sombra-folha.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 15px 2px 0;
	float: right;
}
.news-body {
	/*float:right;*/
	width: 53%;
	padding: 0 1%;
	float: left;
}
/* change due to ISSUE [0] */
div.article {
    margin-left:0 !important;
    margin-right: 0 !important;
}		    
.article-content, .welcome-content {
    margin-top: 0!important;
}
div.article, div.welcome {
    padding: 0;
}

