/* --- combo ---------------- */
#sph-select {
	padding: 5px;
	font-size: 17px;
}
/* --- table ---------------- */
#sph-table {
	width: 100%;
}
#sph-table th {
	font-weight: normal;
	color: #243440;
	background-color: var(--color-prime);
}
.ID {
	display: none;
}
#sph-table .Bib,
#sph-table .G,
#sph-table .Year,
#sph-table .PB {
	text-align: center;
}

/* ================================================== */
@media screen and (max-width: 1400px) {
	.Delegate {display: none;}
}
@media screen and (min-width: 1001px) {
	#data-container {
		padding-right: 3px;
	}
	thead {
		position: sticky;
		top: 0;
	}
}
@media screen and (max-width: 1000px) {
	.Organization { display: none; }
}
@media screen and (max-width: 800px) {
	h2,	#form-container {
		margin-left: 5px;
	}
}
@media screen and (max-width: 700px) {
	.Bib, .PB { display: none; }
}
@media screen and (max-width: 450px) {
	.G { display: none; }
}
@media screen and (max-width: 370px) {
	.Year { display: none; }
}