.bubble 
{
position: relative;
width: 180px;
padding: 5px;
background: #55ACEE;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top:15px;
}
.tweet_avatar{
top:0;
left:0;
height:48px;
width:48px;
position:relative;
float:left;
}
div.tail{
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 24px 24px 0px;
border-color: transparent transparent #55ACEE transparent;
content: '';
position: absolute;
border-right: 24px solid transparent;
display: block;
z-index: 1;
top: -24px;
left: 55px;
}

bubble:before {
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	content: "";
	border-bottom: 24px solid #fff;
	border-right: 24px solid transparent;
}
.twitter_reply{
width:16px;
height:16px;
background:url(https://si0.twimg.com/images/dev/cms/intents/icons/sprites/reply-sprite.png) no-repeat scroll left bottom transparent;
content: ".";
}
.web_intent:hover{
background-position: -16px 0;
}
.twitter_retweet{
width:16px;
height:16px;
background:url(https://si0.twimg.com/images/dev/cms/intents/icons/sprites/retweet-sprite.png) no-repeat scroll left bottom transparent;;
content: "";

}

.twitter_favorite{
width:16px;
height:16px;
background:url(https://si0.twimg.com/images/dev/cms/intents/icons/sprites/favorite-sprite.png) no-repeat scroll left bottom transparent;;
content: "";
}

.twitter_webintents{
list-style:none;
float:right;
margin:0;
}
.twitter_webintents li{
float:left;
margin-left:3px;
}
.tweet{
width:190px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
}
.right{
float:right;
}