.inv-tweet{
	display: inline;
	padding: 0px 5px;
	background: #f8f8f8;
	text-decoration: none;
}
.inv-tweet:hover{
	background: #e2f1f9;
}

.inv-tweet i{
	display: inline-block;
	vertical-align: middle;
	margin:-2px 0 0 5px;
	color: #d5d5d5;
}

.inv-tweet:hover i{
	color:#55acee;
}

.inv-tweet-sa,
.inv-tweet-sa:visited{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-style: italic;
	color: #fc3768 !important;
	text-decoration: none;
}

.inv-tweet-sa:hover{
	color: #33ccff !important;
	text-decoration: none;
}

.inv-tweet-sa .icon-twitter:before{
	content: '';
}

.inv-tweet-sa .icon-twitter,
.inv-tweet-sa:visited .icon-twitter{
	margin-top: 7px;
	display: block;
	width: 76px;
	height: 21px;
	background: url(img/twitter-sprite.png) no-repeat left top;
}

.inv-tweet-sa:hover .icon-twitter{
	margin-top: 7px;
	display: block;
	width: 76px;
	height: 21px;
	background: url(img/twitter-sprite.png) no-repeat -76px top;
}