/* Team page */

.sp-gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.sp-gallery-wrapper .gallery-item {
	text-align: center;
	margin-bottom: 20px;
}

.gallery-columns-4 .sp-gallery-wrapper .gallery-item {
	width: 25%;
}

.sp-gallery-wrapper .gallery-item:hover a {
	text-decoration: underline;
}

/* Single team page */

.sp_team .entry-thumbnail {
	position: absolute;
	top: 20px;
	right: 0;
}

.sp_team .entry-content {
	min-height: 400px;
	margin-right: 200px;
}

/* Table - Small */

.sp-league-table td {
	padding: 2px 5px;
}

.sp-league-table .team-logo img {
	vertical-align: middle;
	max-width: 25px;
	max-height: 25px;
}
