.tweets
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

.tweet
{
	position: relative;
	border-bottom: 1px solid #EEEEEE;
	line-height: 16px;
	padding: 8px 0 8px 10px;
	margin: 0 !important;
}
.tweet:first-child
{
	border-top: 1px solid #EEEEEE;
}
.tweet:hover
{
	background-color: #F4F4F4;
}

.tweet-thumb
{
	display: block;
	width: 50px;
	height: 50px;
	left: 10px;
	margin: 0 10px 0 0;
	overflow: hidden;
	position: absolute;
}

.tweet-body
{
	display: block;
	margin-left: 56px;
	min-height: 48px;
	overflow: hidden;
}

.tweet-user
{
	fonz-size: 110%;
	font-weight: bold;
	border: 0;
}

.tweet-meta
{
	display: block;
	font-size: 70%;
	color: #555555;
}
.tweet-meta a
{
	border: 0;
	color: #555555;
}
