.newsArticle {
	position: relative;
	width: 80%;
	max-width: 900px;
	margin: 25px auto;
	display: table;
	border-collapse: separate;
	border-spacing: 21px;
}
.newsArticle h2 {
	text-align: left;
	margin-top: 0px;
}
.newsArticleLeft {
	position: relative;
	width: 25%;
	display: table-cell;
	vertical-align: top;
}
.newsArticleLeft img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
.newsArticleLink {
	font-family: 'Candal', sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #42AB58;
	text-decoration: none;
}
.newsArticleLink:hover {
	text-decoration: underline;
}
.newsArticleRight {
	position: relative;
	width: 75%;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

@media only screen and (max-width: 680px) {
.newsArticle {
	position: relative;
	width: 80%;
	max-width: 900px;
	margin: 25px auto 105px auto;
	display: block;
	border-collapse: separate;
	border-spacing: 21px;
}
.newsArticle h2 {
	text-align: center;
	margin-top: 0px;
}
.newsArticleLeft {
	position: relative;
	width: 100%;
	display: block;
	vertical-align: top;
}
.newsArticleLeft img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
.newsArticleLink {
	font-family: 'Candal', sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #42AB58;
	text-decoration: none;
}
.newsArticleLink:hover {
	text-decoration: underline;
}
.newsArticleRight {
	position: relative;
	width: 100%;
	display: block;
	vertical-align: top;
	text-align: center;
}
}