.watershed-social-feed
{
	margin:10px 0 0 10px;
	padding:0;
	float:left;
	list-style-type: none;
}

.watershed-social-feed li
{
	width:191px;
	padding:7px 5px;
	margin:0 0 10px 0;
	border:1px solid #f0f0f0;
	background:none;
	float:left;
}

.watershed-social-feed li:hover
{
	border:1px solid #d0d0d0;
	transition:border 1s linear;
}

.watershed-social-feed li ul
{
	margin:0;
	padding:0;
	float:left;
	list-style-type: none;
}

.watershed-social-feed li ul li
{
	line-height:14px;
	padding:0;
	margin:0;
	border:0;
	text-align:left;
	float:left;
}

.watershed-social-feed li ul li:hover
{
	border:0;
}

.watershed-social-feed li ul li.author,
.watershed-social-feed li ul li.timestamp
{
	display:none;
}


.watershed-social-feed li:hover ul li.author,
.watershed-social-feed li:hover ul li.timestamp
{
	display:block;
}

.watershed-social-feed li ul li.thumbnail,
.watershed-social-feed li ul li.content
{
	float:left;
}

.watershed-social-feed li ul li.thumbnail
{
	width:35px;
}

.watershed-social-feed li ul li.content
{
	width:154px;
	font-size:75%;
	overflow:hidden;
}

.watershed-social-feed li ul li.author
{
	margin-top:7px;
	padding-top:7px;
	border-top:1px solid #f0f0f0;
	float:left;
	clear:both;
}

.watershed-social-feed li ul li.author,
.watershed-social-feed li ul li.timestamp
{
	font-size:60%;
}

.watershed-social-feed li ul li.thumbnail a
{
	width:25px;
	height:25px;
	border:0;
	overflow:hidden;
	float:left;
}

.watershed-social-feed li ul li.thumbnail a img
{
	width:25px;
	height:auto;
	border:0;
}