/*
 CSS for jlsksr.de
 Uses extracts from
   - W3.CSS (https://www.w3schools.com/w3css/)
   - normalize.css (https://github.com/necolas/normalize.css/)
*/
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}}
/* Extract from normalize.css */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inne\
r{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1p\
x dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */

/* Extract from w3.css */
.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
/* End exctract */

html { /* background-color: #000033; */
    /* background-color: #091833; */
    background-color: #000B1E;
    color: #fff; margin-left: 8px;
    /* background-image: url('/line1.gif');  */
}

body { margin: 1em auto 1em 1em; max-width: 500px; font-family: monospace; font-size: medium;
       /* background-image: url('/line0.gif'); */
       /* background-color: #000B1E; */
       /* border: 1px solid #8896B8; */
       padding: 1em;
     }

h1 { font-family: monospace; font-size: 1em; font-weight: bold; }
h2 { font-family: monospace; font-size: 1em; }
h3 { font-family: monospace; font-size: 1em; }

h2:before { content: "> "; margin-right: inherit;}
h3:before { content: ">> "; margin-right: inherit;}

ul { list-style-type: square; }

pre {
    overflow: auto;
    /* background-color: #091833; */
    color: #0AC0CE;
    margin: 0.5em 0 0.5em 0;
    padding:0.2em;
    border: 1px solid darkgrey;
    font-size:0.8em;
}

.pre-header { color:#fff;
	      /* background-color: #000B1E; */
	      margin:0; padding: 0; border:0;}
.pre-small {margin:0; font-size:0.8em;
