/*oy what a mess*/
@font-face {
  font-family: Spectral;
  src: url(fontz/spectral-regular.woff2);
}
@font-face {
   font-family: 'Noto Sans SC';
   font-style: normal;
   font-weight: 400;
   src: url(fontz/NotoSansSC-Regular.woff2) format('woff2'),
        url(fontz/NotoSansSC-Regular.woff) format('woff'),
        url(fontz/NotoSansSC-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(fontz/NotoSansTC-Regular.woff2) format('woff2'),
        url(fontz/NotoSansTC-Regular.woff) format('woff'),
        url(fontz/NotoSansTC-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Mono';
   font-style: normal;
   font-weight: 400;
   src: url(fontz/NotoSansMono-latin.woff2) format('woff2');
}
body{font-family:"Noto Sans Mono",monospace;font-size:20px;line-height:1.4}*/
/*body{font-family:"Comic Sans", "Comic Sans MS", sans;font-size:1.2em;line-height:1.1}*/
html{overflow-x:hidden}
body {
/*    color: green;*/
/*    color: #67c259;*/
/*    color: #eee;*/
    background: #e7e9ea;
    color: #000000;
/*    color: #e7e9ea;*/
/*    background: #000000;*/
/*  background-color: #7D2663;*/
/*  font-family: sans-serif;*/
/*  background-color: black;*/
/*  background-color: white;*/
/*  background-color: #1c1c1c;*/
/*  background-color: #161616;*/
/*  background-color: #161616;*/
/*  background-color: black;*/
/*  color: #444;*/
/*  color: white;*/
/*  margin: 40px auto;*/
  margin: auto;
/*  padding: 0 10px;*/
  padding: 1.5em;
/*  max-width: 650px;*/
  min-width: 70%;
  max-width: 70%;
}
@media only screen and (max-width: 796px) {
	body {
		font-family: "Noto Sans Mono", monospace;
    background: #e7e9ea;
    color: #000000;
		width:95%;
		min-width: 95%;
		max-width: 100%;
		padding:0.5em;
		margin: 0px 0px;
	}
}
h1{font-size:42px}
h2{font-size:36px}
h3{font-size:24px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}
/*h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}*/
h1,h2,h3,h4,h5,h6{font-family:"Noto Sans Mono", monospace;font-weight:400;margin:10px 0}
h1 {
  font-style: italic;
/*  border-bottom: 10px solid #6a7c4d; */
  padding-bottom: 0.3em;
/*  color: blue;*/
  line-height: 1.2;
}
h2 {
  border-bottom: 2px solid #6a7c4d; /*cyan*/
  padding-top: 0.1em;
  padding-bottom: 0.25em;
  line-height: 1.2;
}
h3, h4 {
  font-weight: bold;
  font-style: italic;
/*  border-bottom: 1px; solid #6a7c4d; /*cyan*/
  padding-top: 0.5em;
  padding-bottom: 0.15em;
  line-height: 1.0;
}
h5 {
  padding-top: 0.3em;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 0.1em;
  line-height: 1.0;
}
h6 {
  font-weight: normal;
  font-style: italic;
  padding-bottom: 0.1em;
  line-height: 1.0;
}
img {
/*  padding: 0.5em;*/
/*  margin-left: 1em;*/
/*  margin-right: 2em;*/
  border: 2px solid #6a7c4d; /*cyan*/
}
/*p { line-height: 1.0; }*/
p {
  font-size: 20px;
	line-height: 1.1em;
	text-align: left;
	hyphens: auto;
	text-justify: inter-word;
	overflow-wrap: break-word;
	margin: 1em 0 0.5em 0;
}
em { font-style: italic; font-weight: bold; color: black; }
div.twocol {
    column-count: 2;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
   line-height: 1.1;
}
div.threecol {
    column-count: 3;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
   line-height: 1.1;
}
blockquote {
  margin: 0;
  padding: 10px;
  font-style: italic;
/*  background-color: #ddd;*/
/*  background-color: white;*/
}
blockquote p {
  margin: 0;
  padding: 0;
}
code {
  line-height: 1.0em;
  color: green;
/*  background-color: #E2E8F2;*/
/*  background-color: white;*/
}
pre {
  margin-left: 5%;
  padding: 0.5em;
  font-size: 18px;
  line-height: 1.2em;
  margin: 0 0 1.75em 0;
  background-color: #ccc;
  color: green;
}
/*pre code { background-color: #ddd; }*/
a {
  text-decoration: none;
  color: brown;
  background: none;
}
h3 a { color: brown }
a:visited { color: brown; }
h3 a:visited { color: brown; }
a:active { background-color: violet; }
a:hover { background-color: #cacaca; }

/*li { line-height: 1.5em; font-size: 1.0em;}*/
ul { padding-left: 3em; }
ol { padding-left: 3em; }
dl { line-height: 1.5em; }
dt { font-weight: bold; }
dd { font-style: italic; }
/*hr { border:0;border-top:1px solid #6a7c4d;margin:20px 0} /*cyan*/
hr { color: #bfbfbf; border: solid 0.05em; margin: 1.5em 0em; }


/* c.f. http://github.com/btoone/mmd-stylesheet/raw/master/mmd.css */
table {
  border: solid #6a7c4d; /*cyan*/
  border-width: 2px 0px;
  empty-cells: hide;
  border-spacing: 0px;
  padding: 2px;
  margin: 20px auto;
}
table caption {
  margin: 5px;
/*  text-align: center;*/
}
thead th {
  border: solid #6a7c4d; /*cyan*/
  border-width: 0 0 2px 0;
  padding: 5px;
}
.h { background: #d3e5ff; }
thead > tr:last-child > th { border-style: none; }
tbody > tr:first-child > td {
  border: solid gray;
  border-width: 1px 0 0 0;
}
tbody > tr:first-child > th {
  border: solid gray;
  border-width: 1px 0 0 0;
}
thead + tbody > tr:first-child > td {
  border: solid black;
  border-width: 1px 0 0 0;
}
thead + tbody > tr:first-child > th {
  border: solid black;
  border-width: 1px 0 0 0;
}
