/*
2017 David DiPaola, licensed under CC0

The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.

You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See https://creativecommons.org/publicdomain/zero/1.0/
*/

/*
main
	foreground:   #A8A89B
	deemphasized: #545445
	background:   #0F0F0F
code
	foreground: #CB4B16
	background: #000000
*/

* {
	font-family: sans-serif;
	color:      #A8A89B;
	background: #0F0F0F;
}
em {
	background: #A8A89B;
	color:      #0F0F0F;
}

body * {
	margin: 0;
}
body h2,h3,h4,h5,h6 {
	margin-top: 1em;
}
body p,table {
	margin-bottom: 0.5em;
}

code,pre {
	font-family: monospace;
	color: #CB4B16;
	background: #000000;
}

.scroll-horizontal {
	overflow-x: auto;
	white-space: nowrap;
}

table,th,td {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #A8A89B;
}
th,th * {
	color: #0F0F0F;
	background: #A8A89B;
}
th,td {
	padding: 2px;
}
td.result {
	font-weight: bold;
}

img {
	display: block;
	max-width:  100%;
}

.footer,.footer * {
	margin-top: 2em;
	color: #545445;
}
