.news-archive-items {
	max-width: 1000px;
	margin: auto;
}

.news-archive-items > h1.item-title > a,
.news-archive-items > h3.item-info > a {
	text-decoration: none;
}

.news-archive-items > img.item-image {
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.news-archive-items > div.item-body,
.news-archive-items > div.item-body > p {
	text-align: justify;
	font-size: 1.1em;
}

.news-archive-items > a.item-more {
	display: block;
	text-align: left;
	font-size: 1.1em;
	text-decoration: none;
}