@CHARSET "UTF-8";

/**
 * Twitowanie
 */
 
ol.twits {
}
ol.twits li.twit {
	margin-bottom: 4px;
	width: 450px;
	text-align: justify;
}
ol.twits li.twit div.twitmessage {
	display: inline;
}
ol.twits li.twit div.twitts {
	display: block;
	font-style: normal;
	color: #777;
	font-size: 10px;
}
ol.twits li.more {
	list-style-image: none;
} 
ol.twits li.twit div.twitts a.forum {
	display: inline;
	color: #6cc979;
	white-space: nowrap;
	overflow: hidden;
}
ol.twits li.twit div.twitts a.forum:hover {
	color: #ed125a;
}


