.TeaserList .Item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}
.TeaserList .Item .Heading {
	margin-bottom: 5px;
}
.TeaserList .Item .Heading .Title {
	font-weight: 600;
	transition: all 100ms;
}
.TeaserList .Item .Heading .Date {
	color: #888;
}
.TeaserList .Item .Heading a:hover {
	text-decoration: none;
}
.TeaserList .Item .Heading a:hover .Title {
	color: #fe0000;
}