h2 {
	text-align: center;
	font-size: 8vw;
	margin: 0.3em 0;
}

ol {
	list-style: none;
	padding: 0;
}

ol li {
	margin: 0.6em;
}

ol li>a {
	margin: 0.1em;
}

section {
	width: fit-content;
}

#versionSection {
	width: 100%;
	margin-bottom: 1em;
}

h3 {
	text-align: center;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 3em;
	text-align: center;
	margin-bottom: 0.1em;
}

table {
	margin: auto;
}

table td,
table th {
	text-align: center;
	padding: 0.2em 0.5em;
	font-weight: bold;
}

table,
ol {
	font-size: 2em;
}

#versionSection a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 0.1em 0.2em;
	border: black 0.1em solid;
	display: inline-block;
}

a.normalJS,
a.miniJS:hover {
	background-color: #aadddd;
	cursor: pointer;
}

a.miniJS,
a.normalJS:hover {
	background-color: #ffaabb;
	cursor: pointer;
}

#versionSection>p {
	text-align: center;
	font-size: 2em;
	margin: 0.5em 0;
	font-weight: bold;
}

#bodyContent,
#body2 {
	margin: 1em auto;
	font-size: 5vmin;
	padding: 0 1em;
}

#bodyContent>p,
#body2 p {
	margin: 0.1em 0;
}

#body2 div {
	margin-top: 0.2em;
}

code {
	font-family: monospace;
	background-color: #eee;
}

@media all and (min-width: 768px) {
	h2 {
		font-size: 3vw;
	}

	#bodyContent,
	#body2 {
		font-size: 3vmin;
	}
}