#topics .topic {
	padding: 0 0 16px;
}
#topics .topic h2 {
	margin-bottom: 6px;
}
#topics .topic .meta {
	padding: 0 0 8px;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.2;
	border-bottom: 1px solid #ccc;
}
#topics .topic .meta .new {
	display: inline-block;
	margin-right: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
#topics .topic .meta .date {
	display: inline-block;
	font-size: 10px;
}
#topics .topic .picture {
	padding: 0 15%;
	margin-bottom: 16px;
	text-align: center;
}
#topics .topic .body {
	margin-bottom: 16px;
}
#topics .topic .footer {
	margin-bottom: 16px;
	text-align: right;
}
#topics .topic .footer .link {
	font-size: 10px;
	font-weight: bold;
}
#topics .topic .footer .link a {
	text-decoration: none;
}
#topics .topic .footer .link i {
	color: #C73B3E;
}
#topics .more_link {
	padding: 0 10%;
	text-align: center;
}
