
@import url("extra.css");

@font-face {
	font-family: "Open Sans";
	src: url("/assets/open-sans.ttf");
}
		
body {
	background-color: #000000;
	color: #ffffff;
	font-family: "Open Sans", "sans-serif";
	tab-size: 2;
}
pre, code {
	font-family: "monospace";
	white-space: pre-wrap;
}
#site-name {
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	color: #00ff00;
	margin: 0;
	padding: 0;
}
#site-name a {
	text-decoration: none;
	color: inherit;
}
#content {
	background-color: rgba(0, 0, 0, 0.5);
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	width: 800px;
	margin: auto;
	padding: 10px;
}
#content a, #content a:visited {
	color: #ff8800;
}
#content a:active {
	color: #ffffff;
}
#content a:hover {
	color: #ff8888;
}
.line-link {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3, h4, h5, h6 {
	font-size: 1.25em;
}
.center {
	text-align: center;
}
.footnote {
	text-decoration: none;
	font-weight: bold;
}
.alternate {
	color: #AAAAAA;
}
.skip-to-content {
	position: absolute;
	transform: translateY(-200%)
}
.skip-to-content:focus {
	transform: translateY(0%)
}
.small-box, .large-box, .box {
	margin-top: 5px; 
	margin-bottom: 5px;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;	
	padding: 5px;
}
.small-box {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.large-box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.image-container {
	display: flex;
	justify-content: center;
}
.toc {
	list-style: none;
}
#main {
	font-size: 48px;
}
.groups {
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.quote {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
}
.quote-left {
	align-items: stretch;
	width: 2px;
	margin: 4px;
	background-color: #ffffff;
}
.shj-syn-err { color: #e16; }
.shj-syn-kwd { color: #e16; }
.shj-syn-num { color: #f60; }
.shj-syn-class { color: #f60; }
.shj-syn-cmnt { color: #999; }
.shj-syn-insert { color: #7d8; }
.shj-syn-str { color: #7d8; }
.shj-syn-bool { color: #3bf; }
.shj-syn-type { color: #5af; }
.shj-syn-oper { color: #5af; }
.shj-syn-section { color: #84f; }
.shj-syn-func { color: #84f; }
.shj-syn-deleted { color: #f44; }
.shj-syn-var { color: #f44; }
.shj-syn-esc { color: #088; }
