.content-panel {
	min-height: 0;
}

.news-item-container {
	font-family: 'Open Sans';
}

.news-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #000;
}

.news-date {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #BBB;
}

.news-subtitle {
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

.paragraph1 {
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 12px;
}

.news-paragraph1-image {
	float: left;
	width: 30%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news-paragraph1-image img {
	max-width: 100%;
}

.paragraph2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #BBB;
	line-height: 18px;
	font-size: 12px;
}

.news-paragraph2-image {
	float: left;
	width: 30%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news-paragraph2-image img {
	max-width: 100%;
}

.share-box {
	min-height: 30px;
}

@media only screen and (max-width: 500px) {
	.news-paragraph1-image,
	.news-paragraph2-image {
		width: 100%;
	}
}
