/*//
@date 2025-03-28 00:51:39 UTC
@files 1 [
    "src\/main.css"
]
//*/

/*//////////////////////////////////////////////////////////////////////////////
//// src/main.css ////////////////////////////////////////////////////////////*/

:root {
	--theme-primary: #004680;
	--theme-font-mono-family: 'Azeret Mono', monospace;
}

.ff-mono {
	font-family: 'Azeret Mono', monospace;
}

.themed-heading {
	background-color: var(--theme-primary);
	color: #EEEEEE;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.thead-dark th {
	background-color: var(--theme-primary);
	color: #EEEEEE;
}

.thead-dark th:first-of-type {
	border-top-left-radius: 4px;
}

.thead-dark th:last-of-type {
	border-top-right-radius: 4px;
}

.atl-ui-pillbox-item {
	text-align: center;
}

.atl-ui-pillbox { margin-bottom: 32px; }

.atl-ui-pillbox-item a:link,
.atl-ui-pillbox-item a:visited {
	border: 1px solid #606060 !important;
}

.atl-ui-pathbar-sep { opacity: 0.5; }
.atl-ui-pathbar-item { text-decoration: underline; }
.atl-ui-pathbar-item i { margin-right: 0.25rem; }

@media(max-width: 991.98px) {
	.LocalSectionNav {
		overflow-x: scroll;
	}
}

