<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.activitybit .avatar img 
{
   width:64px;
}
.cms_article_preview_imageX {
	width:100% !important
	display: block;   
	margin-left: auto;   
	margin-right: auto;
	margin-top:15px;  
}
/*content stream*/
#stream_title 	{
	border-width: 0px 0px 1px;
	border-style: none none solid;
	width:100%;
	line-height: 16px;
	border-color: #CCC;
	padding-left: 18px;
	padding-right: 18px;
	background: url("../images/navbit-home.png");
	background-position: left;
	background-attachment: relative;
	background-repeat: no-repeat;
	}
#stream_poster 	{
	width:200;
	font-size: 9px;
	float: right;
	padding-right:18px;

}

@keyframes discord {
	0% {height:200px; width:100%;}/*250px*/
	 100% {height:500px;width:100%;}/*350px*/
}
@keyframes discord-c {
	0% {height:500px;width:100%;}/*350px*/
    100% {height:200px; width:100%;}/*250px*/
}
.discord {
	animation-name: discord-c;
	animation-duration: 2s;
	animation-play-state: pause;
	float:left;
    height:200px;
	width:100%;/*250px*/
   
	
}

.discord:hover {
	height:500px;
	width:100%;/*350px*/
	float:left;
	animation-name: discord;
	animation-duration: 2s;
	animation-play-state: pause;
}
</pre></body></html>