.tab-content {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
	border-top: 0px;
}

.container-fluid {
	left: 0;
	max-width: 70em;
	position: absolute;
	padding-top: 4.5rem;
}

.dl-horizontal dt {
	float: left;
	width: 8em;
}

.dl-horizontal dd {
	margin-left: 9em;
}

.bs-callout dt {
	text-align: right;
}

.bs-callout dd {
	margin-bottom: 0px;
}

@media screen and (max-width: 480px) {
	.dl-horizontal dt {
		float: none;
		width: auto;
		text-align: left;
	}

	.dl-horizontal dd {
		margin-left: 0;
	}
}

.bs-callout {
	background: #F9F9F9;
	padding: 10px 20px;
	margin: 20px 0;
	border: 1px solid #EEEEEE;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout h5 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}

.bs-callout.bs-callout-primary { background: #F8F9FD; }
.bs-callout.bs-callout-success { background: #F6FAF7; }
.bs-callout.bs-callout-warning { background: #FDF8F7; }
.bs-callout.bs-callout-danger { background: #FDF8F6; }
.bs-callout.bs-callout-info { background: #F7FAFD; }

.bs-callout.bs-callout-default { border-left-color: #555555; }
.bs-callout.bs-callout-primary { border-left-color: #075290; }
.bs-callout.bs-callout-success { border-left-color: #008040; }
.bs-callout.bs-callout-warning { border-left-color: #DC0000; }
.bs-callout.bs-callout-danger { border-left-color: #AA5535; }
.bs-callout.bs-callout-info { border-left-color: #2574A9; }

.info-block {
	border: 1px solid black;
	border-radius: 5px;
	background: white;
	padding: 10px;
	margin-bottom: 10px;
}

.info-block.tab-content {
	border-top: 0px;
	border-radius: 0px 5px 5px 5px;
}

.info-block dl:last-child { margin-bottom: 0 }

.bs-callout.bs-callout-warning .info-block { border-color: #DC0000; background: #fefcfb; }
.bs-callout.bs-callout-warning .nav-tabs { border-color: #DC0000; }
.bs-callout.bs-callout-warning .nav-item a { margin-right: 2px; }
.bs-callout.bs-callout-warning .nav-item a:hover { border-color: #DC0000; background: #fefcfb; }
.bs-callout.bs-callout-warning .nav-item a.active { border-color: #DC0000; background: #fefcfb; border-bottom-color: transparent; }
.bs-callout.bs-callout-warning .nav-item a.active:hover { border-color: #DC0000; border-bottom-color: transparent; }

.bs-callout ul {
	padding-inline-start: 21px;
}

.bs-callout ul.nav {
	padding-inline-start: 0px;
}
.bs-callout ul:last-child {
	margin-bottom: 0;
}

.bs-callout span.fas {
	font-size: 25px;
	margin-right: 0.3em;
	min-width: 30px;
	width: 30px;
	text-align: center;
	float: left;
}

.bs-callout h4 {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 5px;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.bs-callout code {
	border-radius: 3px;
}

.bs-callout + .bs-callout {
	margin-top: -5px;
}

.bs-callout.bs-callout-default h4,
.bs-callout.bs-callout-default span.fas,
.bs-callout.bs-callout-default b {
	color: #555555;
}

.bs-callout.bs-callout-primary h4,
.bs-callout.bs-callout-primary span.fas,
.bs-callout.bs-callout-primary b {
	color: #075290;
}

.bs-callout.bs-callout-success h4,
.bs-callout.bs-callout-success span.fas,
.bs-callout.bs-callout-success b {
	color: #008040;
}

.bs-callout.bs-callout-warning h4,
.bs-callout.bs-callout-warning span.fas,
.bs-callout.bs-callout-warning b {
	color: #DC0000;
}

.bs-callout.bs-callout-danger h4,
.bs-callout.bs-callout-danger span.fas,
.bs-callout.bs-callout-danger b {
	color: #AA5535;
}

.bs-callout.bs-callout-info h4,
.bs-callout.bs-callout-info span.fas,
.bs-callout.bs-callout-info b {
	color: #2574A9;
}

#toc {
	background: #EEEEEE;
	display: none;
    float: left;
	height: 100%;
	left: 0;
	top: 0;
    overflow: scroll;
	padding-top: 4.5rem;
	position: fixed;
	width: 350px;
}

#toc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#toc li {
	padding: 2px 20px;
}

#toc a {
	display: block;
}

#toc .toc-h2 {
	padding-left: 10px;
}

#toc .toc-h3 {
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.toc-visible {
	font-weight: bold;
}

@media screen and (min-width: 1152px) {
	#toc {
		display: block;
	}

	.container-fluid {
		left: 350px;
        right: 0px;
        width: auto;
	}
}

table.seeds {
	width: 100%;
}

.seeds td {
	text-align: center;
}

.seeds td a {
	color: #000000;
	display: block;
	padding: 8px;
	width: 100%;
}

.seeds td a:hover {
	background-color: #FFFF00;
	text-decoration: none;
}

.seed-container {
	display: flex;
	flex-wrap: wrap;
}

.seed-link {
	color: #000000;
	display: block;
	padding: 8px;
	text-align: center;
	width: 3em;
}

.seed-link:hover {
	background-color: #FFFF00 !important;
	text-decoration: none;
}
