/**
 * package:		Twitter Feed
 * version:		1.4
 * author:		Askupa Software <contact@askupasoftware.com>
 * link:		http://products.askupasoftware.com/twitter-feed/
 * facing:		public
 */

.twitter-feed.static-tweet-list.tweet-wrapper.talk-bubble-skin {
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	background-color: white;
	position: relative;
	margin-bottom: 30px !important;
        margin-top:8px;
        
}

/* Twitter bird */
.twitter-feed.static-tweet-list.tweet-wrapper.talk-bubble-skin i.fa.fa-twitter {
	position:absolute;
	color:#21759b;
	left:10px;
	bottom:-28px;
	font-size:28px;
}

.twitter-feed.static-tweet-list.tweet-wrapper.talk-bubble-skin:before {
	border-color: #CCC transparent transparent transparent;
	border-width: 15px 25px 0 0;
	bottom: -15px;
	left: 40px;
}
.twitter-feed.static-tweet-list.tweet-wrapper.talk-bubble-skin:after {
	border-color: #FFF transparent transparent transparent;
	border-width: 13px 22px 0 0;
	bottom: -13px;
	left: 41px;
}

.twitter-feed.static-tweet-list.tweet-wrapper.talk-bubble-skin:before,
.twitter-feed.static-tweet-list.tweet-wrapper.talk-bubble-skin:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	content: '.';
	color: transparent;
	position: absolute;
}

.twitter-feed.static-tweet-list.tweet-actions.talk-bubble-skin li {
	display:inline;
	margin: 0 10px 0 0 !important;
}