/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

#StatsSpiderGraph
{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 70px;
	margin-right: 70px;
	width: 100%;
	height: width-percentage(100%);
}

DOTAPlayerCard #StatsSpiderGraph
{
	margin: 25px;
}

DOTAPlayerCard.Medium #StatsSpiderGraph
{
	margin: 18px;
}

#StatsContainer
{
	width: 100%;
	height: 100%;
}

#StatsPlayerData
{
	width: 100%;
	height: 100%;
}

#StatsComparisonData
{
	background-image: url("s2r://panorama/images/profile/spider_graph_player_2_png.vtex");
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

DOTASpiderGraph Label
{
	color: rgba(255, 255, 255, 0.3);
	text-shadow: 0px 2px 4px black;
	font-size: 14px;
	text-transform: uppercase;
	max-height: 60px;
	max-width: 90px;
	text-overflow: shrink;
}

DOTAPlayerCard DOTASpiderGraph Label
{
	font-size: 10px;
	color: #b76a1a;
}

.Language_schinese DOTAPlayerCard DOTASpiderGraph Label
{
	font-size: 16px;
}

DOTAPlayerCard.Medium DOTASpiderGraph Label
{
	font-size: 7px;
}

