body {
	--fsAddBuffer: 22px;
}
[id='scorestream_leaderboard_atf'],
[id='scorestream_right_1'],
[id='scorestream_right_2'],
[id='scorestream_right_3'],
[id='scorestream_mobile_incontent'],
[id='scorestream_game_chat'],
[id='scorestream_mobile_scores_iai'],
[id='scorestream_incontent_dynamic_scores'],
[id='scorestream_pushdown-pushdown-cls'] {
	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='scorestream_game_chat'] {
		--height: 280px;
}
[id='scorestream_incontent_dynamic_scores'] {
		--height: 250px;
}
[id='scorestream_leaderboard_atf'] {
		--height: 280px;
}
[id='scorestream_mobile_incontent'] {
		--height: 280px;
}
[id='scorestream_mobile_scores_iai'] {
		--height: 250px;
}
[id='scorestream_pushdown-pushdown-cls'] {
		--height: 100px;
}
@media only screen and (min-width: 768px) {
	[id='scorestream_incontent_dynamic_scores'] {
		--height: 250px;
	}
	[id='scorestream_leaderboard_atf'] {
		--height: 280px;
	}
	[id='scorestream_mobile_incontent'] {
		display: none; 
	}
	[id='scorestream_mobile_scores_iai'] {
		display: none; 
	}
	[id='scorestream_pushdown-pushdown-cls'] {
		--height: 90px;
	}
}
@media only screen and (min-width: 970px) {
	[id='scorestream_pushdown-pushdown-cls'] {
		--height: 90px;
	}
}
@media only screen and (min-width: 992px) {
	[id='scorestream_right_1'] {
		--height: 600px;
	}
	[id='scorestream_right_2'] {
		--height: 600px;
	}
	[id='scorestream_right_3'] {
		--height: 600px;
	}
}
@media only screen and (min-width: 768px) {
	[id='scorestream_mobile_incontent_dynamic_teams-list'] {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	[id='scorestream_mobile_incontent_dynamic_scores-list'] {
		min-height: calc(280px + var(--fsAddBuffer));
		height: calc(280px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
