
.tp_recent_tweets {
	float: left;
	clear: left;
background-image: url('assets/twitter-bg.jpg');
background-repeat: no-repeat;	
}

.tp_recent_tweets  li {
	
	 background-position: 0 4px;
    background-repeat: no-repeat;
    clear: left;
    float: left;
    font-size: 12px;
    line-height: 15px;
    list-style-type: none;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
}

.tp_recent_tweets  li a {
	font-weight: bold;
	color:#2549A2;	
}

.tp_recent_tweets .twitter_time {
	color: #999;
	font-size: 12px;
	font-style: italic;	
	font-weight: normal;
}
