/* MENUS */
.conf-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	background: #333;
	padding: 3px;
	max-width: 600px;
	margin: 6px auto;
	line-height: 180%;
	border-radius: 14px;
}
.conf-link {
	padding: 0 8px;
	font-size: 0.8rem;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
}
.conf-menu-mbl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	background: #333;
	padding: 3px 3px 0 3px;
	max-width: 150px;
	max-height: 30px;
	overflow: hidden;
	margin: 6px auto;
	border-radius: 17px;
}
.conf-link-mbl {
	padding: 0 8px;
	font-size: 0.8rem;
	text-transform: uppercase;
	white-space: nowrap;
}

/* HEADLINE ETC */
.ball-divider {
	font-size: 1.4rem;
	vertical-align: middle;
	margin: inherit 4px;
}
.dozen {
	padding-left: 8px;
}

/* TABLE CONTAINERS */
.yr-tbl {
	border: 1px solid #000;
	margin: 6px;
	padding: 6px;
}
.topline {
	background:#f6f6f6;
} 
.topline td {
	padding: 6px !important; 
	font-family: 'Arial Black', inherit !important;
	font-size: 0.95rem; 
}
#big-ten .yr-tbl {
	min-height: 389px;
	width: 48%;
}
#big-twelve .yr-tbl {
	min-height: 304px;
	width: 48%;
}
#big-eight .yr-tbl {
	min-height: 220px;
	width: 30%;
}
.big-seven #big-eight .yr-tbl {
	min-height: 186px;
	width: 30%;
}
.big-six #big-eight .yr-tbl {
	min-height: 166px;
	width: 30%;
}
.mo-val #big-eight .yr-tbl {
	min-height: 236px;
	width: 30%;
}
#wiufa .yr-tbl {
	min-height: 136px;
	width: 47%;
}
#big-ten, 
#big-twelve, 
#big-eight, 
.big-seven, 
.big-six, 
.mo-val, 
#wiufa {
	margin-bottom:20px;
}

/* TABLES */
TABLE.skd-rost {
	table-layout:fixed; width:100%; border-collapse:collapse;
}
TD.fivespan {
	text-align: center;
	width: 40%;
}
.threespan-overall {
	padding-left: 20px !important;
}
TABLE.skd-rost TH {
	text-align: center !important;
	font-weight: normal;
}
TABLE.post2023 tbody tr:nth-child(even) td {
	background-color: #ececec !important;
}
TABLE.post2023 tbody tr:nth-child(odd) td {
	background-color: #fff !important;
}

TABLE.skd-rost tbody td:nth-child(1)  {text-align: left;}
TABLE.skd-rost tbody td:nth-child(2)  {text-align: center !important;}
TABLE.skd-rost tbody td:nth-child(3)  {text-align: center !important;}
TABLE.skd-rost tbody td:nth-child(4)  {text-align: right !important;}
TABLE.skd-rost tbody td:nth-child(5)  {text-align: right !important;}
TABLE.skd-rost tbody td:nth-child(6)  {text-align: right !important;}
TABLE.skd-rost tbody td:nth-child(7)  {text-align: right !important;}
TABLE.skd-rost tbody td:nth-child(8)  {text-align: right !important;}
TABLE.skd-rost tbody td:nth-child(9)  {text-align: right !important;}
TABLE.skd-rost tbody td:nth-child(10) {text-align: right !important;}
TABLE.skd-rost tbody td:nth-child(11) {text-align: right !important;}

#big-eight TABLE.skd-rost tbody td:nth-child(1) {text-align: left;}
#big-eight TABLE.skd-rost tbody td:nth-child(2) {text-align: center !important;}
#big-eight TABLE.skd-rost tbody td:nth-child(3) {text-align: center !important;}
#big-eight TABLE.skd-rost tbody td:nth-child(4) {text-align: center !important;}
#big-eight TABLE.skd-rost tbody td:nth-child(5) {text-align: right !important;}
#big-eight TABLE.skd-rost tbody td:nth-child(6) {text-align: right !important;}
#big-eight TABLE.skd-rost tbody td:nth-child(7) {text-align: right !important; padding-right:2px !important;}

#wiufa TABLE td:nth-child(1) {text-align: left;}
#wiufa TABLE td:nth-child(n + 2):nth-child(-n + 13) {text-align: right !important;}

.skd-rost {
	font-family: Verdana, Geneva, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
	font-size: 0.75rem;
}
.skd-rost td,
.skd-rost th {
	padding: 0 2px 0 2px;
}
.skd-rost thead {
	border: 0;
}
.skd-rost tfoot {
	border-top: 1px solid #ececec;
}
/* DISCONTINUED? */
.navbox {
	font-size:0.85rem;
}

/* MOBILE */
@media (max-width: 600px) {
	#big-ten .yr-tbl,
	#big-twelve .yr-tbl,
	#wiufa .yr-tbl  {
		width: 95%;
		min-height: 100px;
	}
	#big-eight .yr-tbl,
	.big-seven #big-eight .yr-tbl,
	.big-six #big-eight .yr-tbl,
	.mo-val #big-eight .yr-tbl {
		width: 65%;
		min-height: 100px;
	}
}
