.tweets-head{
	border: 1px solid #A4C6D4;
	background-color: #eaeff3;
	font-size: 1.4em;
	padding: 10px;
	padding-left: 64px;	
}

.tweets-head a{
	float: right;
	margin-top: -15px;
}

.tweets div{
	border-top: 1px solid #ccc;
	padding: 2px;
	clear: both;
}

.tweets div.date{
	color: #ccc;
}

.tweets div img{
	float:left;
	border: 1px solid #ccc;
	display: block;
	padding: 2px;
	width: 48px;
	height: 48px;
}

.tweets div p{
	float: left;
	display:block;
	padding-left: 4px;
	word-wrap:break-word;
	width: 362px;
}
