#nav {
	width: 30%;
	max-width: 380px;
	height: 100%;
	position: fixed;
	overflow: auto;
	line-height: 1.5;
}
#nav ul {
	list-style-type: none;
	padding-inline-start: 1em;
}
.section ul {
	line-height: 1.5;
}
.content {
	margin-left: min(400px, 35%);
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1a1a1a;
	color: #f0ffff;
	padding:5px;
}
h1, h2, h3, h4 {
	color: #f0ffff;
}
.code, pre {
	font-family: "Lucida Console", "Courier New", monospace;
	color: #afb9b9;
}
pre {
	line-height: 1.2;
}
div.code {
	margin-bottom: 40px;
}
.code .block {
	line-height: 1.5;
}
div.code p, p.code {
	margin-left: 2em;
}
div.code p.comment {
	margin-left: 0em;
}
.comment {
	color: #c1e2ff;
}
.highlight, .code .highlight {
	color: #ffc1d7;
}
a {
	color: #49baff;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.strike {
	text-decoration: line-through;
}
img {
	max-width: 100%;
}
div.reference {
	margin: 1em 0;
}
div.reference:after {
	content: "";
	display: table;
	clear: both;
}
div.reference div.refNum {
	float: left;
	width: 5%;
}
div.reference div {
	float: left;
	width: 95%;
}
table.credentials {
	text-align: left;
	width: 100%;
}
table.credentials td {
	border: solid 1px;
    padding: 0.2em;
}
/*** DIFF TABLES ***/
div.diff {
	background-color: #000;
	padding: 1em;
}
.diff table {
	width: 100%;
}
.vc_diff_chunk_header{background-color: #003455;}
.vc_diff_change{background-color: #4f0017;}
.vc_diff_header{background-color: #000;}
.diff td {
	padding: 0 0.5em;
}