.league-e-c {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.league-e-img {
	display: inline-block;
	width: 30%;
	float: left;
}

@media (max-width: 768px) {
	.league-e-img {
		width: 100%;
	}

	.league-e-img > img {
		width: 100%;
	}
}

.league-e-desc {
	display: inline-block;
	float: left;
	max-width: 65%;
	overflow: hidden;
	margin-left: 10px;
}

@media (max-width: 768px) {
	.league-e-desc {
		margin-left: 0px;
	}
}

.league-e-desc .il-entry-sm {
	overflow: hidden;
	white-space: nowrap;
}

.league-e-dt div {
	display: inline-block;
}

.league-d-img {
	float: right;
	height: 200px;
}

.section.dashboard-league {
	margin-top: 30px;
}

.dashboard-league .league-img {
	float: right;
	height: 100px;
}

.dashboard-league hr {
	margin-bottom: 20px;
}

/****************/
/* POINTSSCHEMA */
/****************/

.pointsschema-entry {
	margin-top: 10px;
	margin-bottom: 20px;
}

.pointsschema-entry .pos-point {
	display: inline-block;
	margin-left: 0px;
	margin-right: 20px;
	min-width: 90px;
}

.pointsschema-entry .pos-point p {
	float: right;
}
