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

.twitter-feed.scrolling-tweet-list.inner-wrapper.led-screen-skin {
	border-radius: 10px;
	position:relative;
	margin-bottom: 20px;
}
.twitter-feed.scrolling-tweet-list.inner-wrapper.led-screen-skin,
.twitter-feed.scrolling-tweet-list.inner-wrapper.led-screen-skin:after {
	border:2px solid #CCC;
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
	background-color: #333;
}
.twitter-feed.scrolling-tweet-list.inner-wrapper.led-screen-skin:after {
	position:absolute;
	left:20px;
	bottom:-15px;
	border-top:none;
	box-shadow: none;
	border-radius: 0 0 10px 10px;
	padding: 0 10px 3px;
	content: '';
	width:120px;
	height:10px;
}
.twitter-feed.scrolling-tweet-list.tweet-wrapper.led-screen-skin {
	margin: 10px;
}
.twitter-feed.scrolling-tweet-list.tweet-time.led-screen-skin {
	position: absolute;
	left: 40px;
	bottom:-10px;
	z-index: 2;
}
.twitter-feed.scrolling-tweet-list.tweet-text.led-screen-skin > p,
.twitter-feed.scrolling-tweet-list.tweet-text.led-screen-skin > p a,
.twitter-feed.scrolling-tweet-list.tweet-text.led-screen-skin > p span {
	font-family: 'bpdots', cursive; 
	color:rgb(255,0,0);
	text-shadow: 0 0 15px rgb(255,0,0);
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}
.twitter-feed.scrolling-tweet-list.tweet-text.led-screen-skin {height:30px;}