
#twitter_block ul {
	margin: 0;
	padding: 0;
}

#twitter_block li {
	list-style: none;
	clear: both;
}

#twitter_block li img, #twitter_block li .tweets_txt {
	margin-bottom: 10px;
}

#twitter_block li img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#twitter_block li .tweets_txt {
	font-size:1.3em;
	line-height:1.2em;
}

#twitter_block li .tweets_txt span {
	display: block;
	font-weight:600;
}

#twitter_block li .tweets_txt a {
	color: rgba(220, 27, 33, 1);
	font-weight:600;	
}