/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5.x - Joomla 3.x
# ------------------------------------------------------------------------
# Copyright (C) 2011-2014 Ext-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Ext-Joom.com
# Websites:  http://www.ext-joom.com 
# Date modified: 26/03/2014 - 13:00
# ------------------------------------------------------------------------
*/

.tweetable {
	padding: 3px;
    background-color: none;
    color: #000;
}

.tweetable:after {
	content: url('../images/bird_gray_16.png');
}

.tweetable:hover {
	background-color: #e2f1f9;
}

.tweetable:hover:after {
	content: url('../images/bird_blue_16.png');
}