<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#twitter-feed {
	border: 1px solid #f5f5f5;
    background-color: #fff;
    padding: 19px 15px;
}

.tweet-title h3 {
	margin: 0;
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
	background-color: #888;
}
#loading-container {
	text-align: center;
}
.tweet-content {}
.tweet-title {display:none;}
.twitter-article {
    padding: 20px 0;
    position: relative;
    min-height: 171px;
}
.twitter-article a {}
.twitter-article a:hover {}
.twitter-pic .avata{
	float:left;
}
.twitter-pic {
    overflow: hidden;
}
.twitter-text {
    margin: 0;
    line-height: 20px;
}
.tweetprofilelink {
    display: block;
    margin-left: 60px;
    padding-right: 35px;	
}
.tweetprofilelink strong a {
    display: block;	
    color: #2f2f2f;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}
.tweetprofilelink strong a:hover {
	color: #0084B4;
}
.tweet-time {
    position: absolute;
    right: 0;
    top: 20px;
}
.tweetprofilelink a, .tweet-time a {
	color: #999;
	text-decoration: none;
}
.tweetprofilelink a:hover, .tweet-time a:hover {
	color: #0084B4;
}</pre></body></html>