.ts-feed .ts-header {
	height: 50px;
	background-color: #333739;
	text-align: center;
	padding: 3px;
}

.ts-feed .ts-subheader {
	height: 36px;
	line-height: 36px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: White;
	background-color: #becc2f;
	padding : 0px 35px;
}

.ts-feed .ts-subheader img {
	vertical-align: middle;
}

.ts-feed .ts-subheader a,
.ts-feed .ts-subheader a:hover,
.ts-feed .ts-subheader a:focus {
	color: White;
	text-decoration: none;
}

.ts-feed  .feed-items {
	background-color: #d9d9d9;
	color: Black;
	padding: 10px 35px;
}

.ts-feed  .feed-items .feed-item {
	margin-bottom: 5px;
}

.ts-feed  .feed-items .feed-item a {
	color: Black;
}

span.bullet {
	display: none;
}

