<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#twitter-wrap{
	color: #000;
	background-color: #FFFFCC;
}
#twitter-wrap h2{
	padding: 8px 8px 0 8px;
	font-size: 1.2em;
}
#twitter{
	width: 209px !important;
	height: auto !important;
	color: #333;
	padding: 8px;
}
#twitter .tweet_list{
	width: 209px;
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFCC;
}
#twitter .tweet_list .awesome,
#twitter .tweet_list .epic{
	text-transform: uppercase;
}
#twitter .tweet_list li{
	overflow-y: auto;
	overflow-x: hidden;
	padding: 8px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.4em;
}
#twitter .tweet_list .tweet_avatar{
	padding-right: .5em;
	float: left;
}
#twitter .tweet_list .tweet_avatar img{
	vertical-align: middle;
}
</pre></body></html>