.tweet {
	display: block;
	border-bottom: solid 1px #e9e4d7;
	clear: both;
	padding: 5px;
	margin: .3em;
	overflow: hidden;
}

.tweet img {
	display: none !important;
	/*
	float: left;
	margin-right: 1em;
	border: 2px solid #222;
	background: #444;
	*/
}
.tweet p.text {
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #73553f;
	font-size: 11px;
	text-align: left;
}
.tweet a {
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.tweet a:hover {
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.monitter {

	float: left;
	width: 210px;
	height: 200px;
	margin: 0px 0px 5px 0px;
	background: #dbd8cb; 
	overflow:hidden;
}

