<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700&amp;subset=cyrillic,cyrillic-ext');

body{
	margin: 0;
	color: #444;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13pt;
	font-weight: normal;
	line-height: 1.65;
}
img { border-style: none;}
a{
	color:#0a3b6e;
	text-decoration:underline;
}
#main{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #0a274f;
	font-size: 40px;
	font-weight: bold;
	line-height: 42px;
}
#main .score{
	height: auto;
	width: 100%;
	max-width: 800px;
	background: none;
	position: relative;
	background-color: #3b3b3b;
	color: #ffffff;
}
#main .home_team, 
#main .away_team{
	width: 280px;
	height: 52px;
	background: none;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 0px;
	line-height: 20px;
	padding-top: 6px;
}
#main .home_team{
	left: 10px;
	text-align: left;
}
#main .away_team{
	right: 10px;
	text-align: right;
}
.message .id0{
	width: 100%;
	max-width: 800px;
	height: auto;
	background: #ffffff;
	border-bottom: 1px solid #c9c9c9;
	float: left;
	font-weight: normal;
}
.message .id0:nth-child(odd){
	background: #f5f5f5;
}
.message .id1, 
.message .id2, 
.message .id3{
	color: #0a274f;
	font-size: 11pt;
	height: auto;
	width: 50px;
	line-height: 140%;
	float: left;
	text-align: center;
	padding: 3px 0 1px 0;
}
.message .id1{
	background: #2e78bd;
	color: #ffffff;
}
.message .id2{
	width: 50px;
	height: 18px;
	padding-top: 2px;
}
.message .id3{
	width: 670px;
	padding: 3px 5px 3px 8px;
	text-align: left;
}</pre></body></html>