.tweet
{
	display: block;
	background: #333;
	clear: both;
	padding: 0.6em;
	margin: 0.3em;
	overflow: visible;
}
.tweet img
{
	float: left;
	margin-right: 1em;
	border: 2px solid #222;
	background: #444;
	margin-bottom: 1em;
}
.monitter 
{
	float: left;
	width: auto;
	height: auto;
	margin: 5px;
	border: 4px solid #666;
	background: #666;
	overflow:hidden;
}
