
.tweet
{
	border-top:2px solid #600;
	background-color:#fff;
	margin-bottom:20px;
}

.tweet .userphoto
{
	display:inline-block;
	width:48px;
}

.tweet:hover
{
/*
	background-color:#ffc;
*/
}

.tweet .title
{
	font-weight:bold;
	padding:5px;
	background-color:#ffc;
	border-bottom:1px dotted #333;
}

.tweet p
{
	vertical-align:top;
	display:inline-block;
	margin: 5px 10px;
}
