.feed-title {
	background-color: rgba(40,143,188,1);
	color: white;
	margin-bottom: 5px;
	padding: 2%;
	font-size: 0.9em;
	font-weight: bold;
}

.feed-event {
	background-color: rgba(40,143,188,0.2);
	color: black;
	margin-bottom: 3px;
	padding: 2%;
	font-size: 0.75em;
	line-height: 1.1em;
}

.feed-event:hover {
	background-color: orange;
}

.feed-event a, .feed-event a:link, .feed-event a:active, .feed-event a:visited {
	color: black;
}

.feed-event h3 {
	font-size: 1.1em;
	margin-top: 0.2em;
}

.feed-event .img {
	width: 12%;
	min-height: 50px;
	float: left;
	margin-right: 3%;
}