#main > article {
	padding-top: 0;
	padding-bottom: 8em;
}
#main > article > section.section:first-of-type {
	padding-top: 3em;
}

.typography-subbody {
	font-size: 12px;
}

ul.nav {
	margin-top: 2em;
	margin-left: 0;
}

ul.nav li {
	border-right: 1px solid #d6d6d6;
	padding: 0 0.5em;
	display: inline-block;
}

ul.nav li:last-of-type {
	border-right: none;
}

.callout {
	background-color: #f0f3f7;
}

.divider-last {
	margin-top: 2em;
	margin-bottom: -0.75em;
	border-bottom: 1px solid #d6d6d6;
}

span.plus {
	display: inline-block;
	margin-top: -4px;
	font-weight: 600;
	font-size: 1.5em;
}

.section-table h5 {
	margin-top: 4em;
	margin-bottom: 0.5em;
}

.section-table h2 + h5 {
	margin-top: 1em;
}

.section-table h2,
.section-table h5 {
	padding-left: 10px;
}

table {
	margin-top: 0;
}

table + h2 {
	margin-top: 1.4em;
}

tbody tr:nth-of-type(odd) {
	background-color: #fafafa;
}

table .table-header {
	width: 100%;
	background-color: #fff;
}



table th {
	font-size: 0.75em;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
}

table th:nth-of-type(1),
table td:nth-of-type(1) {
	text-align: left;
	padding-left: 10px;
}

table.col-2-table th {
	width: 236px;
}
table.col-2-table th:nth-of-type(1) {
	width: 578px;
}

table.col-3-table th {
	width: 205px;
}
table.col-3-table th:nth-of-type(1) {
	width: 405px;
}

table.col-4-table th {
	width: 164px;
}
table.col-4-table th:nth-of-type(1) {
	width: 324px;
}

table.col-5-table th {
	width: 137px;
}
table.col-5-table th:nth-of-type(1) {
	width: 268px;
}

table.col-6-table th {
	width: 117px;
}
table.col-6-table th:nth-of-type(1) {
	width: 231px;
}

@media only screen and (max-width: 1068px) {
	table.col-2-table th {
		width: 236px;
	}
	table.col-2-table th:nth-of-type(1) {
		width: 454px;
	}

	table.col-3-table th {
		width: 169px;
	}
	table.col-3-table th:nth-of-type(1) {
		width: 353px;
	}

	table.col-4-table th {
		width: 136px;
	}
	table.col-4-table th:nth-of-type(1) {
		width: 283px;
	}

	table.col-5-table th {
		width: 117px;
	}
	table.col-5-table th:nth-of-type(1) {
		width: 224px;
	}

	table.col-6-table th {
		width: 100px;
	}
	table.col-6-table th:nth-of-type(1) {
		width: 192px;
	}
}

@media only screen and (max-width: 767px) {
	.localnav {
		min-height: 52px;
	}
	ul.nav li {
		border-right: none;
		padding: 0;
		display: block;
	}
}

@media only screen and (max-width: 734px) {
	#main > article {
		padding-bottom: 3em;
	}
	.localnav {
		min-height: 48px;
	}
	.nowrap {
		white-space: nowrap;
	}
	.section-table {
		overflow-x: scroll;
	}
	#main .section-table table th {
		padding: 1em 4px;
		width: auto;
	}
	#main .section-table table th:nth-of-type(1) {
		width: auto;
		padding: 1em 4px 1em 10px;
	}
}

/* === DARK MODE ===*/
body[data-color-scheme="dark"] table .table-header {
	background-color: var(--dark);
}
body[data-color-scheme="dark"] .callout {
	background-color: var(--color-callout-background);
}
