.askupa-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;
}

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

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

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

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