.xscores-rank{
	font-size: 0.9rem;
	line-height: 1.6rem;
}
.xscores-rank .position{
	border-left: 4px solid #fff;
}
.xscores-rank .points{

}
tr.xscores-rank-row th, tr.xscores-rank-row td{
	padding: 0.5rem 1rem;
}
.xscores-rank tr[class*='opacity-'] th, .xscores-rank tr[class*='opacity-'] td{
	border-bottom-width: 0px;
}
.xscores-rank .logo{
	height: auto;
	display: table-cell;
	max-height: 30px;
	text-align: center;
}
.xscores-rank .logo img{
	width: auto;
	height: auto;
	max-width: 40px;
	max-height: 30px;
}
.xscores-rank .logo_country{
	display: table-cell;
	max-width: 20px;
	max-height: 20px;
	text-align: center;
}
.xscores-rank .logo_country img{
	width: auto;
	height: auto;
	max-width: 20px;
	max-height: 20px;
}
.xscores-rank .team span{
	font-size: 1rem;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.xscores-rank .info-green{
	border-left-color: #4e9258;
}
.xscores-rank .info-orange{
	border-left-color: #f88017;
}
.xscores-rank .info-yellow{
	border-left-color: #e3af33;
}
.xscores-rank .info-red{
	border-left-color: #b20000;
}
.xscores-rank .form{
	min-width: 200px;
}
.xscores-rank .form .badge{
	width: 20px;
	padding: .35em 0em;
}