#latest .item,
#articles .item,
#opinion .item {
	padding: 0 12px 20px 20px;
	line-height: 125%;
}
#latest .title {
	margin-top: 7px;
}
.item .title a {
	display: block;
	margin: 0 0 7px 0;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
#latest .title a:hover,
.read-more:hover {
	text-decoration: underline;
}
.read-more {
	position: relative;
	display: block;
	color: #3300FB;
	margin: 7px 0 0 0;
	text-decoration: none;
}
.read-more img {
	position: relative;
	top: 1px;
	margin-right: 5px;
}
.read-more span {
	vertical-align: sub;
	font-size: 20px;
	color: #3300FB;
}
#opinion {
	position: relative;
	padding: 0;
  	margin-bottom: 26px;
}
#opinion h3 {
	width: auto;
	margin: 0;
	display: inline-block;
	font-size: 13px;
	color: #000;
}
#opinion .item-content {
	margin-top: 10px;
}
#opinion .title-link {
	vertical-align: bottom;
	margin-bottom: 5px;
}
#opinion .teaser {
	margin-top: 6px;
	font-size: 12px;
	margin-bottom: 6px;
}
#opinion .author-img {
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 32px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin-right: 10px;
	-webkit-filter: grayscale(100%);
	filter: gray;
}
#opinion .author {
	display: inline-block;
}
#opinion .author .name {
	font-size: 13px;
}
#opinion .author a {
	color: #000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#opinion .author a:hover {
	text-decoration: underline;
}
#opinion .author-description {
	font-style: italic;
}
#opinion .author-description a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#opinion .author-description a:hover {
	text-decoration: underline;
}
#opinion .comments {
	display: inline-block;
	margin-top: 10px;
	color: #22527c;
	text-decoration: none;
}
#opinion .comments:hover,
#opinion h3:hover {
	text-decoration: underline;
}