body {
	--fsAddBuffer: 22px;
}
[id='gamedaypreps-com_leaderboard_btf_stats'],
[id='gamedaypreps-com_rectangle_stats'],
[id='gamedaypreps-com_header_stats'] {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
[id='gamedaypreps-com_header_stats'] {
		--height: 100px;
}
[id='gamedaypreps-com_leaderboard_btf_stats'] {
		--height: 280px;
}
[id='gamedaypreps-com_rectangle_stats'] {
		--height: 280px;
}
@media only screen and (min-width: 768px) {
	[id='gamedaypreps-com_header_stats'] {
		--height: 90px;
	}
	[id='gamedaypreps-com_leaderboard_btf_stats'] {
		--height: 250px;
	}
	[id='gamedaypreps-com_rectangle_stats'] {
		--height: 280px;
	}
}
