<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kontajner 
	{
	overflow:hidden;
	width:100%;
	height:auto;
	/*border: 1px solid;*/
	padding: 2px;
}
.user 
	{
	position:relative;	
	border: 1px solid;
	padding: 1px 5px 1px 10px;
	border-radius: 3px;
	float:left;
	margin: 2px;
	font-size:10px;
	background-color: white;
	top:2px;
	right:9px;
}
.fotka 
	{
	position:relative;
	float:left;
	/*right:80%;*/
	z-index: 2;
}
.kontajnerUser 
	{
	overflow:hidden;
	float:left;
	padding-bottom: 3px;
}
.linkUcast a
	{
	text-decoration: none;
}
.linkUcast hover
	{
	opacity:0.8;
	border: 1px solid;
}</pre></body></html>