@font-face
{
    font-family: 'kionabold';
    src: url('../fonts/kiona-bold-webfont.woff2') format('woff2'),
         url('../fonts/kiona-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.wtcr-champions-widget
{
	cursor: pointer;
	background:url('../images/wtcr-champions-background.png');
	background-size:cover;
	height:164px;
	width:373px;
}

.wtcr-champions-light-cup
{
	background:url('../images/wtcr-champions-light-cup.png');
	background-size:cover;
	display:none;
	position:absolute;
	left:26px;
	top:18px;
	height:98px;
	width:76px;
}

.wtcr-champions-number-of-champions
{
	display:none;
	position:absolute;
	color:white;
	font-family:'kionabold';
	font-size:46px;
	left:39px;;
	top:16px;
	text-shadow: 2px 2px 1px black;
	
}

.wtcr-champions-fia-world-titles-bar
{
	position:absolute;
	left:180px;
	top:29px;
	width:0px;
	height:15px;
	background-image:url('../images/wtcr-champions-red-bar.png');
	background-size:auto;
	background-repeat:no-repeat;
}

.wtcr-champions-other-titles-bar
{
	
	position:absolute;
	left:180px;
	top:82px;
	width:0px;
	height:15px;
	background:url('../images/wtcr-champions-gray-bar.png');
	background-size:auto;
	background-repeat:no-repeat;
}

.wtcr-champions-number-of-fia-world-titles
{
	text-align:right;
	display:none;
	position:absolute;
	left:180px;
	top:6px;
	font-family:'kionabold';
	font-size:15px;
	color:#FF2A51;
}

.wtcr-champions-number-of-fia-world-titles img
{
	vertical-align:middle;
}

.wtcr-champions-number-of-other-titles
{
	text-align:right;
	display:none;
	position:absolute;
	left:180px;
	top:58px;
	font-family:'kionabold';
	font-size:15px;
	color:#B5B5B5;
}

.wtcr-champions-number-of-other-titles img
{
	vertical-align:middle;
}