#roblox_tweets .roblox_tweet_box {
	m argin-left: 40px;
	overflow:auto;
	padding: 6px 0px;
}
#roblox_tweets .roblox_tweet_img,
#roblox_tweets .roblox_tweet_text {
	float:left;
}
#roblox_tweets .roblox_tweet_img {
	width:40px;
}
#roblox_tweets .roblox_tweet_text {
	width:200px;
}


#roblox_tweets .roblox_tweet_text a,
#roblox_tweets .roblox_tweet_text blockquote,
#roblox_tweets .roblox_tweet_text p,
#roblox_tweets p.robloxtp_message {
	d isplay:inline;
	font-family:arial;
	font-size: 12px;
	font-weight: normal;
	l ine-height: 120%;
	line-height: 1.2;
	margin:0;
	width: auto;
}
#roblox_tweets .roblox_tweet_text a {
	font-weight:bold;
	text-decoration:none;
}
#roblox_tweets .roblox_tweet_text a:hover,
#roblox_tweets .roblox_tweet_text a:focus {
	text-decoration:underline;
}