/* Start of Monitter */

.monitter 
{
float: left;
width: 500px;
height: 460px;
overflow-x:hidden;
margin: auto;
}

.tweet
{
display: block;
background: #330000;
clear: both;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 5px;
overflow: hidden;
font-family: Helvetica;
font-size: 12px;
}

.tweet img
{
float: left;
margin-right: 1em;
border: 1px solid #222;
background: #444;
}


/*End of Monitter*/
