.tcbadgeLink { border:0; text-decoration:none!important }
.tcbadge { width:100%; font-family: 'Lato', 'sans-serif'; margin-bottom:8px; box-sizing:border-box; -moz-box-sizing:border-box; text-align:left }
.tcbadge_icon { height:45px; width:45px; float:left }
.tcbadge_title {
	height:18px;
	line-height:18px;
	background:#333333;
	color:#FC0;
	display:block;
	margin-top:3px;
	font-size:9px;
	font-weight:400;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-left:4px;
}

.tcbadge_text {
	height:20px;
	line-height:20px;
	background:#efefef;
	color:#333333;
	font-size:15px;
	font-weight:700;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-left:4px;
	letter-spacing:-1px;

	border-bottom:1px solid #333;
	border-right:1px solid #666;
}

.heavy { font-weight:700 }
.light { font-weight:400 }

.clearboth0 { clear:both; height:0 }



.nobling, .winnerbling, .inittowinitbling {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:6px;
	background:rgba(255,255,255,0.0);
}

.goldbling {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:6px;
	width:100%;
	border-radius:0 0 6px 0;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 10%, #f2bd00 45%, #f9e52c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(45%,#f2bd00), color-stop(100%,#f9e52c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 10%,#f2bd00 45%,#f9e52c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 10%,#f2bd00 45%,#f9e52c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 10%,#f2bd00 45%,#f9e52c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 10%,#f2bd00 45%,#f9e52c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9e52c',GradientType=0 ); /* IE6-9 */
}

.silverbling {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:6px;
	width:100%;
	border-radius:0 0 6px 0;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 10%, #afafaf 45%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(45%,#afafaf), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 10%,#afafaf 45%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 10%,#afafaf 45%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 10%,#afafaf 45%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 10%,#afafaf 45%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.bronzebling {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:6px;
	width:100%;
	border-radius:0 0 6px 0;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	background: #e5b69c; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5b69c 10%, #b2511c 45%, #e5b69c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#e5b69c), color-stop(45%,#b2511c), color-stop(100%,#e5b69c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5b69c 10%,#b2511c 45%,#e5b69c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5b69c 10%,#b2511c 45%,#e5b69c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5b69c 10%,#b2511c 45%,#e5b69c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5b69c 10%,#b2511c 45%,#e5b69c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b69c', endColorstr='#e5b69c',GradientType=0 ); /* IE6-9 */
}
