html {
	font-size: 100%;
}

body {
	font-family: 'Merriweather', serif;
	line-height: 1.5rem;
	}

.TOC {
}

body > * {
	padding:0 calc(50% - 20rem);
	box-sizing: border-box;
}

h1 {
	font-size:2.5em;
	line-height: 3rem;
	margin:0;
}
h2 {
	font-size:1.618em;
	line-height: 3rem;
	margin:2.5rem 0 0.5rem 0;
}
h3 {
	font-size:1.33em;
	line-height: 2rem;
	margin:1.6rem 0 0.4rem 0;
}
h4, h5, h6 {
	font-size:1.25em;
	line-height: 1.5rem;
	margin:1rem 0 0 0;
}
h5, h6 {
	font-size:1em;
}

h6 {
}

pre, code {
	font-family: 'Source Code Pro', monospace;

}

pre {
	background: rgba(60,60,60,.09);
	line-height:1.5rem;
	word-wrap: break-word;
	width:100%;
	margin:1rem 0;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

code:not(pre code) {
	background-color: rgba(240, 245, 135, 0.89);
	padding:2px;
}

p {
	margin:0 0 1rem 0;
	}
	
	ol, ul {
		margin:1rem 0;
	}
	
dd + dt {
	margin-top: 1em;
}

figure {
	text-align: center;
}