/* Border color */
.askupa-tweet-list.tweet-wrapper.futuristic-skin:before,
.askupa-tweet-list.tweet-wrapper.futuristic-skin:after,
.askupa-tweet-list.tweet-actions.futuristic-skin {
	border-color: #777;
}

.askupa-tweet-list.tweet-wrapper.futuristic-skin {
	position: relative;
	z-index: 2;
	background-color: transparent;
	border-radius: 5px;
	padding:5px;
	margin-bottom: 30px;
}

.askupa-tweet-list.tweet-wrapper.futuristic-skin:before,
.askupa-tweet-list.tweet-wrapper.futuristic-skin:after {
	z-index: -1;
	background-color: transparent;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	height:100%;
	width:25px;
	content:'.';
	position:absolute;
	color: transparent;
	top:0;
}

.askupa-tweet-list.tweet-wrapper.futuristic-skin:before {
	border-radius: 10px 0 0 10px;
	border-left-width:2px;
	border-right-width:0;
	left:0;
}
.askupa-tweet-list.tweet-wrapper.futuristic-skin:after {
	border-radius: 0 10px 10px 0;
	border-right-width:2px;
	border-left-width:0;
	right:0;
}
.askupa-tweet-list.tweet-actions.futuristic-skin.ltr {right:25px}
.askupa-tweet-list.tweet-actions.futuristic-skin.rtl {left:25px}	
.askupa-tweet-list.tweet-actions.futuristic-skin {
	direction: rtl;
	text-align:center;
	position:absolute;
	bottom:-18px;
	border-width:2px;
	border-style: solid;
	border-radius:5px;
	margin: 0 !important;
}
.askupa-tweet-list.tweet-actions.futuristic-skin li {
	display:inline;
	margin: 10px !important;
}

