.scores-components {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.scores-components > div:first-child {
	margin-right: 2em;
}

@media screen and (max-width: 600px) {
	#hoftable tr > *:nth-child(n+3):nth-child(-n+5) {
		display: none;
	}
}
