.tweet {
    display: block;
    background: #333;
    clear: both;
    padding: .6em;
    margin: .3em;
    overflow: hidden;
} 
.tweet img {
    float: left;
    margin-right: 1em;
    border: 2px solid #222;
    background: #444;
} 
.tweet p.text {
    margin: 0;
    padding: 0;
    padding-left: 60px !important;
	padding-right: 0px !important;
	line-height: 100% !important;
} 
#tweets {
   /* float: left;
    width: 280px;*/
    height: 500px;
    margin: 5px;
    border: 4px solid #666;
    background: #666;
	color: #efefef;
    overflow: scroll;
	overflow-x: hidden;
} 
#tweets a, #tweets a:visited, #tweets a:hover {
    text-decoration: none;
	color: #efefef;
}
