body {
	font-family: "Roboto Mono", monospace, sans-serif;
	font-size: 16;
	margin: 32px;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #25A
}

.panel {
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	overflow-x: hidden;
}

.left {
	width: 200px;
	left: 0;
	color: white;
	background-color: black;
}

.right {
	left: 200px;
	max-width: 700px;
	color: black;
	background-color: white;
}

.padded {
	margin: 20px 20px 20px 20px;
}