.news-item {
	margin-bottom: 25px;
	border-width: 4px;
	border-style: solid;
	border-color: #608080;
	border-radius: 10px;
	box-shadow: 0 0 10px #bbbbbb;
}
.news-item a:hover {
	text-decoration-line: none;
}
/* --------------
 * header
 * -------------- */
.news-header {
	padding: 5px 15px 3px 15px;
	background-color: #e9e9e9;
	border-bottom: 1px solid #d9d9d9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.news-header:hover {
	background-color: #e0e0e0;
	border-bottom-color: #c9c9c9;
}
.news-date {
	color: #333333;
	font-size: 16px;
}
.news-headline {
	color: #334455;
	font-size: 21px;
	font-weight: bold;
}
.news-headline:hover {
	color: #112233;
}
/* --------------
 * lead
 * -------------- */
.news-lead {
	padding: 10px 15px 15px 15px;
}
.pre-lead-content {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	white-space: pre-wrap;
}
/* --------------
 * news hashtags
 * -------------- */
.news-keywords {
	padding: 7px 10px 7px 10px;
}
.news-hashtag {
	display: inline-block;
	font-size: 16px;
	padding: 1px 5px;
	color: #666666;
	border-radius: 4px;
}
.news-hashtag:hover {
	color: #444444;
	background-color: #e0e0e0;
}
.news-hashtag:active {
	background-color: #d6d6d6;
}
