.sans {
    font-family: Ubuntu, "IBM Plex Sans", "Noto Sans", Helvetica, Roboto, sans-serif;
}

.serif {
   font-family: Bookman, Garamond, "New Century Schoolbook", "TeX Gyre Schola", serif;
   }

.fancy {
  font-family: fantasy;
}

.cursive {
  font-family: "URW Chancery L", "Lobster Two", "Miama Nueva", "GFS Artemisia", "Kerkis-Calligraphic", "QTBlackForest", "TeX Gyre Chorus", "QTArabian", cursive;
}

.bigger {
    font-size: 1.6rem;
}

:root {

    --color-primary-0: #FFEFA8;	/* Main Primary color */
    --color-primary-1: #ffece4;
    --color-primary-2: #FFF4C4;
    --color-primary-3: #ECD880;
    --color-primary-4: #CFB856;

    --color-secondary-1-0: #9C7AB3;	/* Main Secondary color (1) */
    --color-secondary-1-1: #D4C3E0;
    --color-secondary-1-2: #B99FCB;
    --color-secondary-1-3: #835A9E;
    --color-secondary-1-4: #6C3F8B;

    --color-secondary-2-0: #7B8EB2;	/* Main Secondary color (2) */
    --color-secondary-2-1: #C4CEDF;
    --color-secondary-2-2: #A0AFCA;
    --color-secondary-2-3: #5C739D;
    --color-secondary-2-4: #415B89;

    --main-background: var(--color-primary-1);
    --alarm-color: #ff3333;
    --qod-color: var(--color-secondary-2-0);
    --dtitle-color: var(--color-secondary-1-1);
    --frontindex-color: var(--color-secondary-1-2);
    --thypen-color: var(--color-secondary-2-3);
}
html.uhi, body.uhi {
  background-color: #ffbbbb;
  font-size: 1.2rem;
  color: black;
  max-width: 30rem;
  margin: 0 auto;
}
.prboxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, 14.75rem);
  grid-template-rows: repeat(auto-fit, 5rem);
  align-items: stretch;
  /* justify-items: center; */
  row-gap: 0.5rem;
  column-gap: 0.5rem;
  margin-bottom: 2rem;
}
.prbox {
   display: grid;
   grid-template-columns: 5.4rem 8.2rem;
   /* grid-template-rows: 100%; */
  /* column-gap: 0.5rem; */
   justify-items: end;
   column-gap: 0.1rem;
   align-items: center;
   padding: 0.5rem;
   font-family: Ubuntu, "IBM Plex Sans", "Noto Sans", Helvetica, Roboto, sans-serif;

}
.prbox a:link, .prbox a:visited {
  text-decoration: none;
  color: black;
}
.prbox img {
  /* width: 100%; */
  max-height: 4rem;
  max-width:  5rem;
}
.prbox  div {
  color: black;
  font-weight: 600;
  line-height: 1rem;
  text-align: right;
}
.bgls1 {
  background-color: var(--color-secondary-1-1);
}
.bgls2 {
  background-color: var(--color-secondary-2-1);
}


.uhi h1 {
  text-align: center;
  font-size: 2rem;
  font-style: oblique;
  font-weight: 700;
}
.uhi h2 {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: oblique;
  color: black;
  border: none;
  text-decoration: none;
  text-align: center;
  width: 100%;
  text-shadow: 0px 0px;
}
.h2panel {
   height: 10rem;
   border-top: dashed 3mm;
   border-color: #ff0000;
   /* border: solid gray 1mm; */
   margin-top: 2.4rem;
   padding: 1.4rem;
   clear: both;
   }
.h2panel div {
   display: inline-block;
   border: solid red 0.5mm;
   }
.h2panel img {
   width: 30%;
   display: inline-block;
   vertical-align: middle;
   mix-blend-mode: multiply;
   opacity: 0.5;
   }
.h2panel p {
   vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: oblique;
  color: black;
   display: inline-block;
   width: 50%
   }
.uhi div.footer {
  font-size: 0.8rem;
  margin-top: 3ex;
  color: #996666;
  }
.uhishare {
  font-size: 0.8rem;
  color: #446644;
}
.altpar {
  background-color: var(--color-secondary-1-1);
}
table.pardefs {
  line-height: 1.2rem;
}
table.pardefs td {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
table.pardefs td ~ td {
  padding-left: 3rem;
}
.little-square {
   display: inline-block;
   width: 1cm;
   height: 1cm;
}
.medinput {
    width: 25rem;
    font-size: 0.8rem;
    margin-right: 0rem;
}
.commenttext {
    width: 35rem;
    height: 20rem;
}
p {
  -moz-hyphens: auto;
  hyphens: auto;
}
.invisible {
    display: none;
}
.overlay img{
  opacity: 0.0;
}
.overlay:hover img {
  visibility: visible;
  opacity: 1.0;
}
.smallcaps {
  font-family: "Alegreya SC", serif;
  font-variant: small-caps;
}
abbr {
  cursor: pointer;
  text-transform: lowercase;
  font-family: "Alegreya SC", serif;
  font-variant: small-caps;
}
p { 
text-indent: 0em; margin-top: 1.0em; margin-bottom: 0;
}
ol li {
  margin-top: 1em;
}
div p:first-child{
   margin-top: 0pt;
}
p:first-child {
   text-indent: 0em;
}
div + p{
   text-indent: 0em;
}
h2 + p {
   text-indent: 0em;
}
h1 + p {
   text-indent: 0em;
}
h3 + p {
   text-indent: 0em;
}
div.authorlist-article + p {
   text-indent: 0em;
}
div.title-article + p {
   text-indent: 0em;
}
pre {
   line-height: 1.2em;
   /* font-size: 0.8rem; */
   }
code {
   font-family: FreeMono, monospace;
}
code  p {
   margin-left: 3em;
   margin-right: 3em;
}
.codelike {
   font-family: FreeMono, "Courier New", Courier, monospace;
   font-size: 85%;
   margin-top: 2ex;
   margin-bottom: 2ex;
   overflow: visible;
   line-height: 0.2rem;
}
.codelisting, .numberedcodelisting{
   font-family: FreeMono, "Courier New", Courier, monospace;
   font-size: 85%;
   /* background: #333; */
   /* color: #eee; */
   margin-left: 0em;
   margin-right: 0em;
   margin-top: 2ex;
   margin-bottom: 2ex;
   overflow: visible;
   line-height: 1.4em;
}
.codelisting li{
   list-style-type: none;
   white-space: pre;
   margin-left: -2.4em;
   margin-right: 2em;
}
.numberedcodelisting li{
   white-space: pre;
   margin: 0;
   padding: 0;
}
.eqnum {
    float:right;
    color: #933;
    font-weight: bold;
}
.letterquot{
   color: green;
   margin-left:9%;
   line-height: 1.3em;
}
hr.footnoterule { text-align: left; width: 40%; margin-right: 60%; color: black }
p.frst { text-indent: 0em; margin-top: 0; margin-bottom: 0; margin-left: 0em;}
p.error {
         color: var(--alarm-color);
         font-weight: bold;
}

.urldiv {
   display: none;
}
.smalldivider {
  
   text-align: center;
   font-size: 100%;
   margin-bottom: 1.5em;
   margin-top: 1.5em;
   margin-left: auto;
   margin-right: auto;
}
.smalldivider img {
   width: 50%;
}
span.fnclicked{
   display: inline;
   position:relative;
   cursor: pointer;
   color: #939;
}
span.fn{
   display: inline;
   position:relative;
   cursor: pointer;
   color: #939;
}
span.fnclicked span.fntext{
   display:block;
   text-indent: 0;
   padding: 2mm;
   position:absolute;
   top:1em; left:0em; width:15em;
   background-color:#333; color:#ddd;
   font-size: 90%;
   line-height: 1.3em;
   z-index: 50;
   opacity: 0.9;
}
span.fnclicked span.fntext a{
   color: #7ad;
}
span.fn span.fntext{
   display: none;
}
span.fn:hover span.fntext{
   display:block;
   text-indent: 0;
   padding: 2mm;
   position:absolute;
   top:1em; left:0em; width:15em;
   background-color:#333; color:#ddd;
   font-size: 90%;
   line-height: 1.3em;
   z-index: 50;
   opacity: 0.9;
}
span.fn:hover span.fntext a{
   color: #7ad;
}
span.fn:active span.fntext{
   display: none;
}
span.fnclicked:active span.fntext{
   display: none;
}
span.fn:hover span.fntext span.fntext{
   display: none;
}
span.fnclicked:hover span.fntext span.fntext{
   display: none;
}
span.fnclicked span.fntext span.fntext{
   display: none;
}
.releasenotes
{
	margin-top: 0.2em; margin-bottom: 0.2em;
	margin-right: 0in;
	margin-left: 3mm;
	width: 1.8in;
	height: 1.3in;
	font-size: 70%;
	border: solid black thin;
	padding: 0.4em;
	line-height: 1.5ex;
	background: #003;
	color: #9ff;
	float:right;
	overflow: auto;
	z-index: 50;
	position:relative;
}
.releasenotes p
{
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 0em;

}

.bigitem
{
    clear: both;
	border-color: #ccf;
	border-width: .4mm;
	border-style: dashed;
	margin-top: 0.5cm;
	margin-bottom: 0.5cm;
	padding: 0.7em;
}

input[type=submit] {
   cursor: pointer;
 }

html, body, #popsearch input[type=submit] {
  font-size: 18px;
  margin: 0;
  width: 100%;
  height: 100%;
  background: var(--main-background);
  /* background-image: url(jscharlie.png);  */
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; border: 0mm; */
}
#popsearch input[type=submit] {
    width: auto;
}

/* .main */
/* { */
/* 	padding: 0.6cm  1.2cm 0.6cm 0.6cm; */
/*         color: white; */
/* 	background: #333; */
/*         margin-bottom: 0.6in; */
/* } */
.document blockquote{
    color: #666;
    font-size: 100%;
}

    
div.fillinks{
    line-height: 2.0;
    padding: 0em;
}
div.fillinks p{
    text-indent: 0em; margin-top: 0; margin-bottom: 0; margin-left: 0em;
    margin-right: 0em;
    padding-right: 3mm;
    padding-left: 1.5mm;
    display: inline;
    /*border-top: solid #333 0mm;
    border-bottom: solid #333 0mm;
    border-left: solid #333 0mm;
    border-right: solid #9ff 1mm;*/
    white-space: nowrap;
}
.biglinksleft
{
    font-size: 120%;
    width: 100%;    
}
.frontindex ul
{
   margin: 0em;
   padding: 0em;
   /* text-indent: 2.2em; */
}
.frontindex li, #popsearch input[type=submit]
{
   list-style-type: none;
   display: inline;
   margin-right: 1.0em;
   padding: 0em;
   color: var(--frontindex-color);
}
.frontindex a:visited {
   color: var(--frontindex-color);
}
.frontindex a:link {
   color: var(--frontindex-color);
}
.biglinksleft p
{
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 0em;
}
.attribution
{
    color: #333;
    font-style: oblique;
}
.attribution a:visited {
    color: #333;}
.attribution a:link {
    color: #333;}
.diagram{
    cursor: help;
}
.sitelinkitem
{
text-indent: 0em; margin-top: 1em; margin-bottom: 1em;
line-height: 1.2em;
}
.sitenewsitem
{
text-indent: 0em; margin-top: 1em; margin-bottom: 1em;
line-height: 1.2em;
}
.newsdate {color: #369; font-weight: normal;}

.photos
{
	margin-left: 4%;
	margin-right: 4%;
    background: white;
    color: black;
    background-image: none;
}

.photos h1
{ background: #ccc;
  color: black;
  border: solid black thin;
}


.photos h3
{ background: #ccc;
  color: black;
  border: solid black thin;
}


.photoframe
{
    background: #CCC;
    padding: 0.5cm;
    height: auto;
 }
 
.photocell
 { background: #CCC; }
 
 .photocell p
 { text-indent: 0em; margin-top: 0; margin-bottom: 0.2em;}
 
.photocell a:visited
{
    color: black;
}
  
.photocell a:link
{
    color: black;
}
  
 
.photoframe img {
    border: solid black 2mm;
}
.phototable td {
    padding-bottom: 0.3cm;
    padding-right: 0.0cm;
    padding-left: 0.0cm;
}
.photoframe p {text-indent: 0em;}
.captionright
{
    background: #CCC;
    padding: .1cm;
    color: black;
}
.photoleft {
    float: left;
    margin-bottom: 3em;
}
.photocaption
{
    background: #CCC;
    margin-top: 2mm;
    margin-bottom: 12mm;
    color: black;
}

.thumb
{
	
	table-layout: fixed;
	background: #999;
	padding: 0mm;
	white-space: nowrap;
    width: 7in;
    height: 2.1in;
    overflow: auto;
	font-size: 75%;
}

.thumb td
{
    padding:2mm;
    text-align: center;
}



.thumb a:visited
{
    color: white;
}
  
.thumb a:link
{
    color: white;
}


.thumb p {text-indent: 0em;}

.fat{
  line-height: 1.5em;
  width: 90%;
  margin-bottom: 1.5ex;
  background: #ddd;
  padding: 3%;
  margin-top: 1.5ex;
}
.document
{
  line-height: 1.4rem;
  font-size: 1.0rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 3rem;
  padding-top: 0rem;
  max-width: 30rem;
  /* width: 61%; */
  /* min-height: 89%; */
}             
.infect {
   position:absolute;
   max-width: none;
   width: 1200px;
   height: 800px;
   margin-top: 1rem;
   left: 0.5rem;
}
.infectspace {
   position:static;
   line-height: 800px;
   width: 1px;
}
.stickleft{
    margin-left: -9%;
}
#ts {
  background-color: var(--color-secondary-1-3);
  text-align: center;
  /* padding-left: 5%; */
  /* padding-right: 5%; */
  padding-top: 2mm;
  padding-bottom: 2mm;
  margin-left: 16%;
  margin-bottom: 2em;
  width: 35%;
}
.bs {
   color: #666;
   font-size: 55%; 
   line-height: 1.1em;
   /* padding-top: 3mm; */
   padding-bottom: 3mm;
   padding-left: 2%;
   padding-right: 2%;
   height: auto;
   margin: 0;
}
.googletopspacer{
   position:relative;
   top: 11%;
   z-index: 100;
   font-size: 12px;
}
.googlesquare{
    
  height: 29%;
  padding: 0;
  text-align: center;
}
#commenttab, #commentary{
   color: #746;
   margin-top: 20px;
   margin-bottom: 20px;
   /* text-align: center; */
}
#commenttab a:link, #commenttab a:visited{
   color: #746;
}
#commenttab a:link, #commenttab a:visited {
    text-decoration: none;
}
#popsearch{
   cursor: pointer;
   display: inline;
}
#popsearch input {
   border: none;
   /* background: none; */
   }
#popsearch input[type=text] {
    background-color: var(--color-secondary-2-0);
}
#popsearch input[type=submit] {
  background-color: var(--color-secondary-2-4); 
  font-weight: 300;
  font-family: Ubuntu, "IBM Plex Sans", "Noto Sans", Helvetica, Roboto, sans-serif;
}
#cse{
  background: #666;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 22px;
  padding-left: 22px;
  opacity: 0.95;
  color: #9cc;
  position: absolute;
  left: 10%;
  top: 4.6em;
  width: 40%;
  visibility: hidden;
  border: none;
}

#cse .gs-image-box {
   display: none;
}
#cse .gsc-url-bottom {
   display: none;
}
#cse .gsc-search-button{
  text-shadow: 0px 0px;
  border: none;
  margin: 0mm;
  margin-top: 0.0em;
  color: #666;
  font-size: 108%;
  background: #aac;
}
#cse .gsc-input{
  background: #666;
  border:none;
  margin: 0ex;
  margin-top: 0.0em;
  padding: 0;
}
#cse .gs-snippet{
  color: #9dd;
}
#cse .gs-title{
  color: #6cf;
}
#cse .gs-visibleUrl-long{
  color: #ccf;
}
#cse .gs-title a:visited {
  color: #6cf;
}
#cse .gs-title a:link {
  color: #6cf;
}
#cse .gs-title a:link b{
  color: #6cf;
}
#cse .gs-title a:visited b{
  color: #6cf;
}
#cse .gsc-results {
  background: #666;
}
#cse .gsc-result {
  background: #666;
}
#cse .gsc-control-cse {
  border: none;
  background: #666;
  margin: 0ex;
  padding: 0;
}
#cse .gsc-adBlock iframe{
    visibility: hidden;
}
#cse .gsc-adBlock {
   background: #666;
}
#cse #adBlock {
   background: #666;
}
.searchdocument
{
  color: black;
  background: #aaaaaa;
  margin: 0cm;
  padding: .5in;
  line-height: 1.5em;
}
.document.blockquote{  
    color: #333;
    font-size: 90%;
}
blockquote:before {
    display: block;
    font-family: Times, serif;
    /* padding-left: 10px; */
    /* content: "“"; */
    content: "\0201C";
    font-size: 11rem;
    position: absolute;
    margin-top: 2rem;
    margin-left: -2rem;
    opacity: 0.2;
}
.authorblock{
   position: relative;
   margin-bottom: 1em;
   color: #746;
}
.pubnote{
   position: relative;
   margin-bottom: 1em;
   margin-top: 1em;
   font-style: oblique;
   font-size: 80%;
   line-height: 1.1em;
   text-indent: 0pt;
   margin-left: 1em;
   margin-right: 1em;
   color: #999;
}
.authorlist-article {
   display: inline-block;
   font-size: 90%; 
   color: #666;
   font-style: italic;
}
.date-article { 
   display: inline-block;
   font-size:90%;
   color: #666;
   font-style: italic;
}
.date-article:before { 
   content: " — "
}
.epigraph{
  font-size: 90%; 
  text-align: right;
  position: relative;
  top: -3ex;
  left: 50%;
  line-height: 1.1em;
  width: 40%;
  margin-bottom: 1em;
}
.epigraph .who, .epigraph .who:link, .epigraph .who:visited{
  color: #666;
}
.epigraph .who:before{
   content: " — "
   }
.title-article {
  text-align: center;
  color: var(--color-secondary-1-3);
  font-size: 170%;
  margin-top: 0ex;
  margin-bottom: 1.5em;
  clear: both;
  /* text-shadow: 0px 1px 0px #ccc; */
  line-height: 1.1em;
}
.subtitle {
  text-align: center;
  color: var(--color-secondary-1-3);
  font-size: 125%;
  margin-top: 0ex;
  margin-bottom: 1.5em;
  line-height: 1.1em;
  }
.rightright {
  float: right;
  text-align: right;
}
.rightright h2 {
  text-align: right;
}
.leftleft {
  float: left;
  text-align: left;
}
#crecent {
  font-family: Ubuntu, "IBM Plex Sans", "Noto Sans", Helvetica, Roboto, sans-serif;
  line-height: 1.2em;
  color: var(--color-secondary-2-0);
  text-align: center;
  padding: 0.7em;
}
#crecent a{
  color: var(--color-secondary-2-0);
 }
h1
{
	font-weight: normal;
}
h2 {
 font-family: Ubuntu, "TeX Gyre Adventor", "IBM Plex Sans", "Noto Sans", Helvetica, Roboto, sans-serif;
  color: var(--color-secondary-1-3);
    text-shadow: 0px 1px 0px #fff;
    line-height: 1.1em;
	text-align: left;
	font-weight: normal;
        font-size: 130%;
        margin-right: 40%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0cm;
	border-width: 0.5mm;
	border-style: none none solid none;

}
h3{
 font-family: Ubuntu, "TeX Gyre Adventor", "IBM Plex Sans", "Noto Sans", Helvetica, Roboto, sans-serif;
  color: var(--color-secondary-1-3);
    /* text-shadow: 0px 1px 0px #fff; */
    margin-top: 1.8em;
    line-height: 1.1em;
   font-size: 120%; font-weight: normal; text-align: center;}

.front h2 { margin-right: 50%; }
    
h4 {
 font-family: Ubuntu, "TeX Gyre Adventor", "IBM Plex Sans", "Noto Sans", Helvetica, Roboto, sans-serif;
  color: var(--color-secondary-1-3);
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    line-height: 1.1em;
    font-weight: normal;
    margin-left: 1.0cm;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 100%;
    font-style: oblique;
    }
    
h5 {
    text-align: left;
    color: navy;
    padding: 1mm;
    margin-right: 30%;
    margin-left: 0pt;
    font-size: 100%;
	border-color: #69f;
	border-width: 1mm;
	border-style: solid solid solid solid;
    }

p.warn {
    border: solid #f3f 0.6mm;
    padding: 2mm;
    text-indent: 0em;
    margin: 1.5ex 0em 1.5ex 2em;
}

p.intro{
    text-indent: 0em;
    font-size: 125%;
    margin-right: 5em;
    margin-bottom: 4ex;
    padding: 2mm;
    border:solid black 0.5mm;
}

.arch
{
 	background-color: navy;
	font-size: 75%;
}

.gone
{
	/*background-color: #999;*/
        text-decoration: line-through;
	
}

.document.pull
{
	color: #333;
	font-size: 90%; 
	font-style: oblique;
}
.pull
{
	color: #ccc;
	font-size: 90%; 
	font-style: oblique;
}


.noi p {
	text-indent: 0em;
	margin-top: 0.4em;
}


.list p {
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 0em;
    margin-left: 0em;
    margin-right: 0em;
}

p.list {
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 0em;
}

.openlist p {

    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 1em;

}

.linknote {
     font-size: 75%;
     background: #339;
}

a:link {
    color: #9cf;
    border-color: transparent;
    border-style: none none dotted none;
    border-width: 0.1em;
    text-decoration: none;
}

a:visited {
    color: #f99;
    border-color: transparent;
    border-width: 0.1em;
    border-style: none none dotted none;
    text-decoration: none;

}
a:active
{
    background: black;

}

.document a:link, #cse a:link, .fat a:link {
    text-decoration: underline;
    text-decoration-color: var(--color-secondary-2-4);
    color: black;
}

.document a:visited, #cse a:visited, .fat a:visited {
    text-decoration: underline;
    text-decoration-color: var(--color-secondary-2-4);
    color: black;
}
.pubnote a, .pubnote a:link, .pubnote a:visited{
   color: #999;
}
.caption, figcaption, figcaption a, .document figure figcaption a:link, .document figure figcaption a:visited{
   color: #666;
   /* margin-left: 3em; */
   font-size: 85%;
   line-height: 1.2em;
}
.hcolor, .hcolor a:link, .hcolor a:visited {
  color: var(--color-secondary-1-3);
}

.hugepicture .caption{
   color: #666;
   margin-left: 5em;
   font-size: 85%;
   line-height: 1.2em;
}
figcaption .credit{
    font-style: oblique;
    color: #666;
}
.caption a:link, .caption a:visited, .credit a:link, .credit a:visited{
   color: #666;
   text-decoration: underline; 
}


.document a:active
{
    background-color: var(--color-secondary-2-4);

}
a:link img{
border-style: none none none none;
}
a:hover img{
border-style: none none none none;
}
a:visited img{
border-style: none none none none;
}
a.gone
{
        text-decoration: line-through;	
}
a:hover.gone
{
        text-decoration: line-through;
        color: #99f;
}

.promo {
  margin-top: 2rem;
  margin-bottom: 0.0rem;
  padding: 0.4rem;
  font-family: Ubuntu, "IBM Plex Sans", "Noto Sans", Helvetica, Roboto, sans-serif;
}
.promo a, .promo a:link, .promo a:visited {
  color: white;
}


a.bigurl:link {
       border-color: #99f;
    border-style: none none dotted none;
    border-width: 0.1em;
    text-decoration: none;
}
a.bigurl:visited {
   
    border-color: #f99;
    border-style: none none dotted none;
    border-width: 0.1em;
    text-decoration: none;
}

a.bigurl:active
{
    background: black;
}
.document sup{
   font-size: 75%;
}
.decoration {
   width: 14%;
   margin: 3mm;
}
.bpicture {
   width: 45%;
   margin: 4mm;
}
.rpic  {
   width: 45%;
   margin: 4mm;
   float: right;
}
.smallrpic  {
   width: 28%;
   margin: 4mm;
   float: right;
}
.lpic  {
   width: 45%;
   margin: 4mm;
   float: left;
}
.tinyrpic  {
   width: 15%;
   margin: 4mm;
   float: right;
}
.tinylpic  {
   width: 15%;
   margin: 4mm;
   float: left;
}
.smalllpic  {
   width: 25%;
   margin: 4mm;
   float: left;
}
.picture {
   width: 33%;
   margin: 4mm;
}
.hugepicture {
   width: 96%;
   margin-top: 1em;
   margin-bottom: 1em;
   margin-left: 0em;
}
.bigpicture {
   width: 66%;
   margin: 4mm;
}
.bpicture img, .picture img, .hugepicture img, .bigpicture img,
.lpic img, .rpic img, .tinylpic img {
  width: 100%;
}
#zon{
  height: 24%;
  width: 100%;
}
.zonframe {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 700px){
  .zonframe {
    width: 100%;
  }
}
.zonpicture {
    width: 20%;
    height: auto;
    margin-right: 2mm;
}
@media screen and (max-width: 700px){
  .zonpicture {
    width: 20%;
    margin-right: 1mm;
  }
}
.biburlinline {
   display: none;
}
#plaintext{
display:none;
}
.fnotes, .bib{
   font-size: 85%;
   line-height: 1.1em;
   word-wrap: break-word; /* This is valid, but the W3C validator complains! */
}
.fnotes p, .bib p{
   text-indent: 0em;
   margin-top: 1em;
}
label{
   cursor: pointer;
}
#sharebutton{
   display: none;
}
#sharebutton:checked ~ span{
  display: inline-block;
  }

#share {
  display: none;
  vertical-align: bottom;
  padding-top: 4px;
  padding-bottom: 6px;
  margin-left: 1em;
  height: 16px;
}
#share img {
    margin-left: 4px;
    margin-right: 4px;
}
#comments {
    display: none;
}
#comments a:link {
    color: #ddf;
}
#comments p {
    margin-top: 2em;
    text-align: left;
}
#comments h2 {
    color: #9cc; 
    text-shadow: 0px 0px;
}
#comments div, #comments p {
  text-indent: 0pt;
  text-align: left;
}
#comments p {
    margin: 4mm;
    margin-top: 0.5em;
}

#comments .incoming, .incoming{
    display: block;
    white-space: pre-wrap;
    line-height: 1.2em;
    text-align: left;
    /* border-color: #9cc; */
    /* border-width: 0.5mm; */
    /* border-style: solid solid solid solid;   */
    padding: 4mm;
    margin-left: 4mm;
    margin-bottom: 4mm;
    margin-right: 0.5cm;
    background: var(--color-secondary-2-1);
    color: var(--color-secondary-2-4);
}
.incoming .headers {
   font-style: oblique;
   line-height: 1.8em;
   color: var(--color-secondary-2-0);
 }

#comments .incoming a, #comments .reply a, .incoming .reply, .incoming .reply a {
    color: var(--color-secondary-1-3);
}
.incoming .reply {
    margin-top: 1rem;
}
.incoming .reply:before {
    display:block;
    margin-bottom: 0.4rem;
    font-style: oblique;
    content: "\00a7 Reply";
}
#comments .headers{
    text-align: left;
    color: #eaa;
    font-style: oblique;
    margin-bottom: 3mm;
    border: none;
    line-height: 1em;
}

#comments .headers p {
    text-align: left;
    text-indent: 0em;
    margin-top: 0;
    margin-bottom: 0;
}

#comments .reply {
    text-align: left;
    border-color: #9cc;
    border-width: 0.5mm;
    border-style: solid;  
    padding: 4mm;
    margin-left: 1.0cm;
    margin-right: 0.5cm;
    margin-bottom: 4mm;
    color: #faf;
}
div#comments div.closer {
    float: right;
    margin-right: 4%;
    color: #9cc;
    border: solid #9cc 0.5mm;
    padding-top: 1mm;
    padding-bottom: 1mm;
    padding-right: 2mm;
    padding-left: 2mm;
}
div#comments div.closer a:link {
    color: #9cc;
}
div#comments div.closer a:visited {
    color: #9cc;
}

#rs{
  background-color: var(--color-secondary-2-4); 
  text-indent: 0em;
  text-align: center;
  font-weight: 300;
  padding: 1rem;
  margin-bottom: 2rem;
  color: var(--color-secondary-1-2);
}
#rsb{
  background-color: var(--color-secondary-2-4); 
  text-indent: 0em;
  text-align: center;
  padding-left: 10rem;
  padding-right: 10rem;
  font-weight: 300;
  padding-top: 1rem;
  margin-top: 1rem;
  color: var(--color-secondary-1-2);
}
.footnote-back, a.footnote-back:link, a.footnote-back:visited {
  text-decoration: none;
  color: #999999;
}

.footnote-ref {
  text-decoration: none !important;
  color: #999999;
  font-size: 75%;
}
a.footnote-ref:link, a.footnote-ref:visited {
  color: #999999;
}


#rs a, #rs h1, #rs h2, #rs h3, #rsb h3 {
  color: var(--color-secondary-1-2);
}
#rs h2 {
  margin-bottom: 0.2rem;
  font-weight: 400;
}
#rs div{
  overflow: hidden;
  /* border: solid red 0.5mm; */
}
@media screen and (max-width: 700px){
  #rs{
    width: 100%;
    margin: 0ex;
    margin-bottom: 1.4rem;
    position: static;
  }
}
.dtitle
{
    font-size: 3rem;
    line-height: 3.3rem;
    color: var(--dtitle-color);
    font-weight: 100;
    margin-bottom: 1.0rem;
}

@media screen and (max-width: 700px){
.dtitle
{
    font-size: 1.8rem;
    margin-bottom: 0.0rem;
}
}

.dtitle a:link  {
    color: var(--dtitle-color);
}
.dtitle a:visited {
    color: var(--dtitle-color);
}
.thypen {
  color: var(--thypen-color);
}
#qod a:link {
    color: var(--qod-color);
    text-decoration: none;
}
#qod a:visited {
    color: var(--qod-color);
    text-decoration: none;
}
#qod {
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;

}
#qodcontainter {
  width: 100%;
  /* background: #D1B9FF; */
  color: var(--qod-color);
  height: 32%;
  display: table;
  margin-top: 0rem;
}
#qod .qodauthor{
    font-weight: 300;
    color: var(--qod-color);
    line-height: 1.0em;
    margin-top: 0.2em;
    display: inline-block;
}
#subscribe{
  /* background: #b5a1dd; */
  height: 7.0%;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#coffeecup {
  width: 35px;
  margin-left: 0.5rem;
  margin-top: 0.4rem;
  position:relative;
  top: 0.15rem;
}
#recentcomments {
   width: 94%;
   font-size: 0.8rem;
   line-height: 0.7rem;
   padding: 0mm;
   margin-left: 3%
}

#recentcomments p{
    margin-top: 0em;
    margin-bottom: 0.3em;
}
#coffeeme {
  /* margin-top: 1rem; */
  width: 2rem;
  display: inline-block;
}
#coffeeme img {
  width: 100%;
}
.plainlinks, a.plainlinks, a.plainlinks a:link, a.plainlinks a:visited, .plainlinks a:link, .plainlinks a:visited {
    text-decoration: none !important;
}
@media screen and (max-width: 700px){
html, body{
  background-image: none;
  }
.bs{
    width: 99%;
}
.frontindex li {
  display:block;
  }
#comments .reply {
    text-align: left;
    border-color: #9cc;
    border-width: 0.5mm;
    border-style: solid;  
    padding: 4mm;
    margin-left: 0.0cm;
    margin-right: 0.5cm;
    margin-bottom: 4mm;
    color: #faf;
}
#commenttab{
    width: 100%;
}
.date-article{
   margin-bottom: 1em;
}
.epigraph{
  text-align: center;
  position: relative;
  top: auto;
  left: 20%;
  width: 60%;
  color: #a9a;
  }
.frontindex ul
{
   margin: 0em;
   padding: 0em;
   text-indent: 0.2em;
   font-size: 80%;
}
.frontindex li
{
   margin-right: 1.0em;
   padding: 0em;
}
#cse {
  width: 80%;
  left: 4%;
}
#page{
 width:100%;
}

#subscribe{
   height: auto;
   margin-top: 1.3ex;
}
.document{
   /* background: #ddd; */
  line-height: 1.5em;
   width: 96%;
   height: auto;
   padding: 2%;
   padding-bottom: 2%;
   margin: 0em;
  border: none;
}
.bigpicture {
   width: 95%;
   margin: 4mm;
   display: block;
}
.clickable {
   cursor: pointer;
}
span.fnclicked{
   display: inline;
   position:relative;
   cursor: pointer;
   color: #939;
}
span.fn{
   display: inline;
   position:relative;
   cursor: pointer;
   color: #939;
}
span.fnclicked span.fntext{
   display:block;
   text-indent: 0;
   padding: 2mm;
   position:fixed;
   top:20%; left:10%; width:75%;
   background-color:#333; color:#ddd;
   font-size: 90%;
   line-height: 1.3em;
   z-index: 50;
   opacity: 0.9;
}
span.fn span.fntext{
   display: none;
}
span.fn:hover span.fntext{
   display: none;
}
span.fn:active span.fntext{
   display: none;
}
span.fnclicked:active span.fntext{
   display: none;
}
span.fn:hover span.fntext span.fntext{
   display: none;
}
span.fnclicked:hover span.fntext span.fntext{
   display: none;
}
span.fnclicked span.fntext span.fntext{
   display: none;
}
#rsb{
  text-align: center;
  padding-left: 0rem;
  padding-right: 0rem;
  font-weight: 300;
  padding-top: 1rem;
  margin-top: 1rem;
  color: var(--color-secondary-1-2);
}
#qod {
  display: block;
  padding: 0px;
  width: 100%;
  margin-left: 0px;
}
#qodcontainter {
  display: block;
  padding: 0px;
  width: 100%;
  /* background: #D1B9FF; */
  /* color: #675b7d; */
  height: auto;
}
}

@media print{
html, body{
   background: white;
 }
.document {
   background: white;
   width: 90%;
}
.biburlinline {
   display: inline;
}
#rs, .bs, .frontindex {
    display: none;
}

.urldiv{
   font-size: 75%;
   /* color: #666; */
   width: auto;
   text-align: center;
   margin-top: 1.6em;
   line-height: 1.1em;
   clear:both;
   display: block;
   }

#commenttab{
    display:none;
}

}

