/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* my definition
*/

body {
  min-width: 1px;
  color: #000000;
  background-color: #ffffff;
  line-height: 1.5;
}

STRONG {
  font-weight: bold;
  color: #6b2d00;
}

PRE {
    overflow-x: visible;
    white-space: pre-wrap ;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: auto;
    font-family: "Courier New", Consolas, monospace;
    font-weight: bolder;
    color: #000000;
}

.note {
    overflow-x: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 6em;
    margin-right: 2em;
    padding-left: 2em;
    padding-right: 0.5em;
    padding-top: -1em;
    padding-bottom: -1em;
    border: dashed 1px #dee1e3;
    background-color: #f9f9fa;
}

hr {
  color: #000000;
  background-color: transparent;
}


h1 {
  font-weight: bold;
  font-size: xx-large;
  color: #000000;
  border-style: solid;
  text-align: left;
  border: solid 0px;
  border-radius: 0px;
  background-color: #f0ccb3;
  margin-bottom: 1em;
  padding: 1em;
  text-decoration: none;
}

.h15 {
  font-weight: bold;
  font-size: x-large;
  color: #000000;
  border-style: solid;
  text-align: center;
  border: solid 0px;
  border-radius: 0px;
  background-color: #f0ccb3;
  margin-bottom: 1em;
  padding: 1em;
  text-decoration: none;
}


h2 {
  font-weight: bold;
  font-size: x-large;
  border-top: solid 2px #000000;
  background-color: #ebedfb;
  color: #000000;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em;
  text-decoration: none;
  text-align: left;
}

h2 a:link {
  background-color: transparent;
  color: #000000;
  font-weight: bold;
}

h2 a:visited {
  background-color: transparent;
  color: #000000;
  font-weight: bold;
}



h3 {
  background-color: #ebedfb;
  color: #000000;
  border: solid 0.5px #000000;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: left;
  font-weight: bold;
  padding: 0.2em;
  text-decoration: none;
}

h3 a:link {
  background-color: transparent;
  color: #000000;
}

h3 a:visited {
  background-color: transparent;
  color: #000000;
}

h4 {
  background-color: #ebedfb;
  color: #000000;
  margin: 1em;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.2em;
  text-decoration: none;
}

h4 a:link {
  background-color: transparent;
  color: #000000;
}

h4 a:visited {
  background-color: transparent;
  color: #000000;
}

span.info {
  color: #000000;
}

img {
    overflow-x: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: auto;
    height: auto;
    object-fit: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

img.shape {
    backface-visibility: hidden;
}

ol {
    list-style-type: decimal;
    padding-left: 3em;
}

ol.bracket,
ol.closing_bracket {
  list-style-type: none;
}

ol.bracket > li,
ol.closing_bracket > li {
  counter-increment: cnt;
}

ol.bracket > li:before {
  content: "("counter(cnt) ") ";
}

ol.closing_bracket > li:before {
  content: counter(cnt) ") ";
}

ul {
    list-style-type: disc;
    padding-left: 3em;
}

li {
    margin-top: 8px;
    maring-bottom: 8px;
}

.italic {
  font-style: italic;
  font-size: small;
  line-height: 95%;
  margin-top: 0px;
  maring-bottom: 0px;
}

.code {
    white-space: pre-wrap ;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: auto;
  border: solid 0.4px #dddff8;
  background-color: #f9f9fe;
  margin-left: 1em;
  margin-top: 8px;
  maring-bottom: 8px;
  padding-left: 1em;
}

.kbd {
    overflow-x: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: auto;
  border: solid 0.4px #dddff8;
  background-color: #f9f9fe;
  margin-left: 1em;
  margin-top: 8px;
  maring-bottom: 8px;
  padding-left: 1em;
}

.menu {
  font-size: small;
  margin-top: -1.5em;
  margin-bottom: 2em;
}

p {
    margin-top: 8px;
    maring-bottom: 8px;
    margin-left: 1em;
    max-width: auto;
}

.highlight {
  font-weight:bold;
  background-color:Yellow;
}

.subtopbtn {
  border: solid 0.4px #6b3d00;
  border-radius: 0px;
  background-color: #f9ebe1;
  padding: 5px;
  text-decoration: none;
  border-width: 1.2px;
  border-style: outset;
}

.subtopbtnme {
  border: solid 0.4px #6b3d00;
  border-radius: 0px;
  background-color: #f0ccb3;
  padding: 5px;
  text-decoration: none;
  border-width: 1.2px;
}

.header {
    overflow-x: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: auto;
  border: solid 0;
  margin: 0;
  padding: 10px;
  font-size: small;
  background-color: #eceeef;
  border-width: 1.2px;
  border-style: outset;
}

.footer {
    overflow-x: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: auto;
  border: solid 0;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: small;
  background-color: #eceeef;
}

  .sitelink {
    margin: 0;
    margin-top: 1.6em;
    padding: 0;
  }

  .lablogo {
    margin: 0;
    margin-top: -2em;
    padding: 0;
    padding-left: 1em;
  }

@media screen and (max-width: 768px) {
  h1 {
    font-size: x-large;
    margin-bottom: 0.5em;
    padding: 0.5em;
  }
.h15 {
    font-size: large;
    margin-bottom: 0.5em;
    padding: 0.5em;
  }
  h2 {
    font-size: medium;
    margin-bottom: 0.3em;
    padding: 0.3em;
  }
  h3 {
    font-size: medium;
    margin-bottom: 0.3em;
    padding: 0.1em;
  }
  h4 {
    font-size: medium;
    margin-bottom: 0.3em;
    padding: 0.1em;
  }
.menu {
  font-size: xx-small;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
ol {
    padding-left: 2em;
}

ul {
    padding-left: 2em;
}
  p {
  margin-left: 0em;
  }
  .lablogo {
    font-size: small;
  }
  .note {
    font-size: small;
    margin-left: 2em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 0em;
    padding-top: -1em;
    padding-bottom: -1em;
  }

.code {
  margin: 0em;
  padding: 0px;
  }
.kbd {
  margin: 0em;
  padding: 0px;
  }
.subtopbtn {
  margin: 0em;
  padding: 0px;
  }
.subtopbtnme {
  margin: 0em;
  padding: 0px;
  }
}

.whitenote {
  border: solid 0.4px #9966ff;
  background-color: #000000;
}

.keyword {
  color: #1e40c0;
}

.brandbar {
  border: solid 1px #eeeeee;
}

.button {
  color: #996633;
  text-align: right;
  border-width: thin thin thin thin;
}

.button a {
  text-decoration: none;
}

.button a:hover {
  color: #ffffcc;
  background-color: #996633;
}

