<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contenedortwittervina {
	width:100%;
	height:398px!important;
	margin: 0px;
	display:block;
	overflow-y: auto;
	overflow-x: hidden;
}

.tweetsfestivalvina {
	width:95%;
	height:398px;
}

.tweet,
.query {
	font: Arial;
	color: #085258;
}

.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: #FFFFFF;
	font-size:11px;
   	font-family:Arial, Helvetica, sans-serif;
	font-color: #CCCCCC;
}

.tweet_text {
   	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.tweet_user {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	padding-right: 3px;
}

.tweet_time a:link, .tweet_time a:visited {
	color: #8F8F8F;
	text-decoration:none;
	font-size: 9px;
	padding-left: 5px;
}

.tweet_time a:hover {
	text-decoration: underline;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;	
}
		
.tweet_list li a {
	color: #0084B4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
			
.tweet_list li a:hover {
	color: #0084B4;
	text-decoration:underline;
}

.tweet_list .tweet_even {
	background-color: #FFFFFF;
}
		
.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}
		
.tweet_list .tweet_avatar img {
		vertical-align: inherit;
}

.tweet_reply {
	clear:left;
	float:right;
	width:12px;
	height:12px;
	background-image:url(../img/reply.png);
	background-size: 12px;
	display:block;
	margin-right: 5px;
	margin-left: 5px;
}

.tweet_retweet {
	float:right;
	width:12px;
	height:12px;
	background-image:url(../img/retweet.png);
	background-size: 12px;
	display:block;
	margin-right: 5px;
	margin-left: 5px;
}

.tweet_favorite {
	float:right;
	width:12px;
	height:12px;
	background-image:url(../img/favorite.png);
	background-size: 12px;
	display:block;
	margin-right: 5px;
	margin-left: 5px;
}

.tweet_reply:hover, .tweet_retweet:hover, .tweet_favorite:hover {
	opacity:0.8;
	-ms-filter:"alpha(opacity=80)"; /* old ie */
}

#tweet_menu_tools {
	clear:both;
	float:right;
	display:block;
	text-align:right;
	margin-top:3px;
}

#contenedortwittervina .loading {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size:12px;
	margin-top:40%;
	display:block;
	width:100%;
	text-align: center;
}

#contenedortwittervina .loading img {
	margin-top:10px;
}</pre></body></html>