div.round {
	position: relative;
	width: 124px;
	height: 1100px;
	/*	background-color: #161717; */
	float: left;
}

div.roundinfo {
	width: 100%;
	height: 44px;
	text-align: center;
	position: relative;
}

div.lines {
	width: 20px;
	height: 1056px;
	/*	background-color: #262727; */
	float: left;
}

div.match {
	position: relative;
	height: 46px;
}

div.match.consolation {
	height: 44px;
	width: 98px;
	border: 1px dashed #333333;
}

div#r1 div.match {
	margin-top: 20px;
}

div#r2 div.match {
	margin-top: 86px;
}

div#qf div.match {
	margin: 218px 0;
}

div#sf div.match {
	margin: 482px 0;
}

div#gf div.match {
	margin: 505px 0;
}

div.c1 {
	top: 0px;
	position: absolute;
}

div.c2 {
	top: 29px;
	position: absolute;
}

div.clan {
	width: 98px;
	height: 15px;
	position: absolute;
	text-align: center;
	border: 1px solid #333333;
	left: 0px;
}

div.clan a {
	border-style: none;
}

div.clan.tbd {
	color: gray;
}

div.win div.clan {
	border-color: #00ff00;
}

div.lc div.clan {
	border-color: #00ff00;
	border-style: dashed;
}

div.score {
	width: 24px;
	height: 16px;
	position: absolute;
	text-align: center;
	left: 100px;
	color: #666666;
}

div.win div.score {
	color: #00ff00;
}

div.card {
	width: 24px;
	height: 14px;
	position: absolute;
	top: 16px;
	left: 100px;
	text-align: center;
	background-color: #333333;
	font-family: monospace;
}

div.matchinfo {
	width: 100px;
	height: 12px;
	position: absolute;
	top: 17px;
	text-align: center;
	font-size: smaller;
	color: gray
}

div.matchinfo.s {
	color: #bbbbbb;
}

div.matchinfo a {
	color: inherit;
	border-style: none;
}