/*oy what a mess*/
@font-face {
	font-family: 'Noto Sans Mono';
	font-style: normal;
	font-weight: 400;
        src: url(fontz/NotoSansMono-latin.woff2) format('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');
}
body{font-family:"Noto Sans Mono",monospace;font-size:1.1em;line-height:1.4}*/
html{overflow-x:hidden}
body{background-color:#babdb6;color:#000000;margin:auto;padding:1.5em;min-width:70%;max-width:70%}
h1{font-size:42px}
h2{font-size:32px}
h3{font-size:24px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}
h1,h2,h3,h4,h5,h6{font-weight:400;margin:10px 0;line-height:1.2;}
h1{font-style: italic; padding-bottom: 0.3em;}
h2{border-bottom: 2px solid #6a7c4d;padding-top: 0.1em; padding-bottom: 0.25em; }
h3, h4 {
  font-weight: bold;
  font-style: normal;
  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 {
  border: 2px solid #6a7c4d; /*cyan*/
}
p {
    font-size: 1.0em;
	line-height: 1.1em;
	text-align: left;
	hyphens: auto;
	text-justify: inter-word;
	overflow-wrap: break-word;
	margin: 1em 0 0.5em 0;
}
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 {
  font-family: "Noto Sans Mono", monospace;
  line-height: 1.0em;
/*  background-color: #E2E8F2;*/
/*  background-color: white;*/
}
pre {
  margin-left: 5%;
  padding: 0.5em;
  font-family: "Noto Sans Mono", monospace;
  font-size: 0.857em;
  line-height: 1.2em;
  margin: 0 0 1.75em 0;
}
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;
}
