#navbar {
	min-width: max-content;
	position: fixed;
	top: 50px;
	left: 0;
}
#body {
	margin: 0 auto;
	margin-left: 12em;
	overflow: hidden;
}
code {
	position: relative;
	display: block;
	background-color: black;
	opacity: 0.8;
	color: white;
	font-size: larger;
	padding: 1px 18px 1px 4px;
	border: 1px solid #666;
}
code .copy {
	position: absolute;
	top: 0;
	right: 0;
	border: #666 1px solid;
	font-size: initial;
	cursor: pointer;
}
pre {
	font-family: auto;
	padding: 0 2em;
	margin-bottom: 0;
	text-wrap: wrap;
}
pre ul {
	font-size: 0;
}
pre ul li {
	font-size: 16px;
}
pre textarea {
	width: 90%;
	word-break: break-all;
}

.content {
	text-indent: 2em;
}

.hide {
	display: none !important;
}