
/* tp_twitter_plugin.css */

/* 1  */ 
/* 2  */ .tp_recent_tweets {
/* 3  */ 	float: left;
/* 4  */ 	clear: left;
/* 5  */ 
/* 6  */ }
/* 7  */ 
/* 8  */ .tp_recent_tweets  li {
/* 9  */ 	background-image: url('/wp-content/plugins/recent-tweets-widget/assets/tweet.png');
/* 10 */ 	background-repeat: no-repeat;	
/* 11 */ 	background-position: 0px 4px;
/* 12 */ 	padding-left: 30px;
/* 13 */ 	padding-bottom: 20px;
/* 14 */ 	float: left;
/* 15 */ 	clear: left;
/* 16 */ 	line-height: 20px;
/* 17 */ 	list-style-type: none;
/* 18 */ }
/* 19 */ 
/* 20 */ .tp_recent_tweets  li a {
/* 21 */ 	font-weight: bold;	
/* 22 */ }
/* 23 */ 
/* 24 */ .tp_recent_tweets .twitter_time {
/* 25 */ 	color: #999;
/* 26 */ 	font-size: 12px;
/* 27 */ 	font-style: italic;	
/* 28 */ 	font-weight: normal;
/* 29 */ }
/* 30 */ 
