.leagues .leagues__card-table td {
	padding: 1em;
}

.leagues .leagues__card-table img {
	height: auto;
	max-width: 52px;
	max-height: 52px;
}

.leagues__card-info .leagues__logo {
	height: auto;
}

.leagues__card-info .leagues__logo img {
	width: auto;
	height: 55px;
	max-width: 150px;
}

.leagues__card-info {
	height: 100px;
}

.leagues__card.auto_height {
	min-height: 100%;
}

.line-cutter {
	font-weight: bold;
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}