body {
	font-size: 14px;
}
nav {
	padding: 30px 10px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	text-align: center;
}
section + section {
	margin-top: 30px;
}

h3 {
	font-size: 17px;
	color: #007bff;
	font-weight: bold;
}

h3 small {
	display: block;
}

code {
	display: block;
	margin-bottom: 1rem;
}

label {
	font-weight: bold;
}

p, 
code,
li {
	margin-left: 30px;
}

.table.values {
	width: auto;
	border: solid 1px #e9ecef;
	margin-left: auto;
}

pre {
	background: #F8F9FA;
}