

* {
	box-sizing: border-box;
	border: 0 none;
	margin: 0;
	padding: 0;
	}




html {
	font-size: 16px;
	height: 100%;
	}
		
body {
	background-color: #ffffff;
	font-family: 'Courier New', Courier, monospace;
	font-size: 1.15rem;
	line-height: 1.5;
	text-align: left;
	color: #212529;
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	}
	
.container {
	
	width: 100%;
	max-width: 37em;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	
	padding: 1em;
	
	}
	
.container > div {
	
	width: 100%;
	
	display: block;
	padding: 0;
	background-color: #ffffff;
	
	font-family: 'Courier New', Courier, monospace;
	font-size: 1.0em;

	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	
	}





h1, h2, h3, h4 {
	margin-bottom: 0.5em;
	font-weight: 500;
	line-height: 1.2;
	}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	}
h1 {
	margin-top: 2.0rem;
	font-size:2.3rem;
	font-weight: bold;
	}

h2 {
	margin-top: 4.0rem;
	font-size:1.8rem;
	}

h3 {
	margin-top: 3.0rem;
	font-size:1.6rem;
	}

h4 {
	margin-top: 2.0rem;
	font-size:1.4rem;
	}



p {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	}



code, pre {
	font-family: "Consolas", monospace;
	font-size: 1em;
	}

code {
	font-size: 87.5%;
	word-break: break-word;
	padding: 0.05em 0.4em;
	background-color: #efefef;
	}
	
pre {
	display:block;
	font-size:87.5%;
	color:#212529;
	
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	}
	
pre code {
	font-size:1rem;
	word-break:normal;
	background:#f4f4f4;
	border:1px solid #ddd;
	border-left:3px solid #e03331;
	color:#666;
	page-break-inside:avoid;
	max-width:100%;
	overflow:auto;
	padding:1em 1.5em;
	display:block;
	word-wrap:break-word;
	}



blockquote {
    font-style: italic;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 0.5em solid #e03331;
	}


	
a {
	color:rgb(0, 0, 0);
	text-decoration: underline;
	background-color:transparent;
	}
a:hover {
	color:rgb(134, 134, 134);
	text-decoration: underline;
	}

.indexlisting a {
	text-decoration: none;
	}
.indexlisting a:hover {
	text-decoration: underline;
	}

img {
	display: block;
	
	width: 100%;
	max-width: 100%;
	
	height: auto;
	
	vertical-align: middle;
	
	margin-left: auto;
	margin-right: auto;
	
	border-style: none;
	}

img.quarter {
	width: 25%;
	}
img.third {
	width: 33.333333%;
	}
img.half {
	width: 50%;
	}
	
	
hr {

	width: 100%;
    height: .3em;
    padding: 0;
    margin-top: 3em;
    background-color: #e1e4e8;
    border: 0;
}
	

.aside {
	font-size: 0.75rem;
	color: #aaaaaa;
	}
	
	
	
	
	
	
	
/* Everything below copied from default theme because I totally don't care */
	
	
/*** TABLES ***/

table { border-spacing: 0; }

td, th {
    padding: 0.4em 1em;
    vertical-align: top;
}
th {
    font-weight: bold;
    text-align: center;
    background: #f5f5f5;
    color: #333;
}

td, th {                                         border: 1px solid #ccc; }
tr:not(:last-child) td, tr:not(:last-child) th { border-bottom: 0 none; }
thead tr:last-child th {                         border-bottom: 0 none; }
td:not(:last-child), th:not(:last-child) {       border-right: 0 none; }

tr:first-child td:first-child, tr:first-child th:first-child { border-top-left-radius: 0em; }
tr:first-child td:last-child, tr:first-child th:last-child {   border-top-right-radius: 0em; }
tbody tr:last-child td:first-child {                           border-bottom-left-radius: 0em; }
tbody tr:last-child td:last-child {                            border-bottom-right-radius: 0em; }
table thead + tbody tr:first-child td {                        border-radius: 0 !important; }

.table-responsive { overflow-x: auto; }
.table-responsive > table { margin-bottom: 0; }



/*** LISTS ***/

ol, ul {
    list-style-position: outside;
    padding-left: 1.5em;
}
ol { padding-left: 2.5em; }
li { padding-left: 0.5em; }

dt { font-weight: bold; }
dd { margin-left: 2em; }


/*** FORMS ***/

label, fieldset legend { font-weight: bold; }

input:not([type="checkbox"]):not([type="radio"]), button, select, textarea, fieldset, fieldset legend {
    border: 1px solid #ccc;
    border-radius: 0.3em;
    background: #fff;
    -webkit-transition: none .2s ease-in;
            transition: none .2s ease-in;
    -webkit-transition-property: border-color, background, box-shadow;
            transition-property: border-color, background, box-shadow;
}

input:not([type="checkbox"]):not([type="radio"]), button, select, textarea {
    padding: 0.5em 1em;
    outline: 0 none;
    font-size: 1rem;
}
input:focus:not([type="checkbox"]):not([type="radio"]), button:focus, select:focus, textarea:focus {
    border-color: #2EAE9B;
    box-shadow: 0 0 8px #2EAE9B;
}
input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:focus,
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    background: #f5f5f5;
    cursor: pointer;
}

textarea, select[multiple] {
    vertical-align: bottom;
    overflow: auto;
}

fieldset {
    padding: 1em;
    background: #f5f5f5;
}
fieldset legend { padding: 0 0.5em; }

fieldset label, fieldset input, fieldset button,
fieldset select, fieldset textarea {
    margin: 0.2em 0.5em;
}
fieldset label:first-child, fieldset input:first-child, fieldset button:first-child,
fieldset select:first-child, fieldset textarea:first-child {
    margin-left: 0;
}
fieldset label:last-child, fieldset input:last-child, fieldset button:last-child,
fieldset select:last-child, fieldset textarea:last-child {
    margin-right: 0;
}

/* Firefox input size fix */
input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}




