.feedsweep_body {
	visibility: hidden;
}
.feedsweep {
	padding: 0px;
	margin-top: -15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 270px;
}
.feedsweep_title {
	visibility: hidden;
}
.feedsweep_date {
	font-size: 16px;
	color: #52B84B;
	margin-bottom: 10px;
	margin-top: 10px;
}
a.feedsweep_link,a:visited.feedsweep_link {
	color: #333;
	text-decoration: none;
}
a:hover.feedsweep_link {
	color: #51BA43;
	text-decoration: none;
}
.feedsweep_headline {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
#feedsweep_item1.feedsweep_item {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 15px;
	padding-top: 10px; /* added for ryan's diabetes post - set to back to zero if needed */
}
#feedsweep_item1.feedsweep_item .feedsweep_body {
	visibility: visible;
}
#feedsweep_item2.feedsweep_item .feedsweep_body {
	visibility: visible;
}
