.coderow {
	padding-bottom: 5px;
}
.codeblock {
	max-height: 125px;
	background-color: #272822;
	border-radius: .7em;
}
.sourcetable pre {
	color: #f8f8f2;
}
.linenodiv pre {
	color: white;
}
.linenodiv {
	padding-right: 1em;
}
.overflow-auto {
    overflow: auto!important;
}
.rawresult {
    color: white;
    background-color: #272822;
    max-height: 250px;
    border-radius: .7em;
	overflow: auto!important;
	padding: 10px;
}
h1 {
	margin-top: 1rem;
}
h2 {
	margin-top: .6rem;
}
