@import url('https://fonts.googleapis.com/css?family=Merriweather');
body,div,p,td,th,span,a,li, blockquote, cite {
  font-family: "Merriweather", serif ; 
  font-size: 18pt 
}

@media screen and (max-width: 1900 ) {
  body,div,p,td,th,span,a,li, blockquote, cite {
    font-size: 16pt 
  }
}

@media screen and (max-width: 1280 ) {
  body,div,p,td,th,span,a,li, blockquote, cite {
    font-size: 14pt 
  }
}

@media screen and (max-width: 800 ) {
  body,div,p,td,th,span,a,li, blockquote, cite {
    font-size: 12pt 
  }
}

@media screen and (max-width: 512 ) {
  body,div,p,td,th,span,a,li, blockquote, cite {
    font-size: 10pt 
  }
}


.navi { float: right ; background-color: #888 ; color: #DDD ; padding: 1px ; border-radius: 3px ;
  font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: small }
.navihdr { text-align: center }
.navclick { margin: 2px ; border: 1px solid black; border-radius: 3px ; padding: 0.33ex ; color: black ;
  background-color: #DDD }
.navclick a:link { text-decoration: none; color: black }
.navclick a:visited { text-decoration: none; color: black }
.quoted { border-left: 1em solid #DDD; padding-left: 1em; font-size: 90%; font-weight: 600; width: 90% }
.fn-ref { background-color: #3A3 ; color: #8F8; text-decoration: none; border-radius: 2px }
.fn-text { font-size: 80% }
.italic { font-style: italic }
.vector { font-style: italic; font-weight: bold }
.bighdr { background-color: #DDD ; padding-left: 0.5em; padding-right: 0.5em ; margin-right: 0.5em; margin-bottom: 0 }
th { background-color: #DDD ; }
td.num { text-align: right }
td.summ { border-top-style: double }
div.figure { text-align: center; vertical-align: middle }
p.figure { text-align: center; vertical-align: middle }
h1 { border-bottom: 3px solid #DDD }
.navpanel { 
  width: 100% ;
  min-width: 100% ;
  display : flex ; 
  flex-flow: row ; 
  padding: 0.125em ; 
  justify-content: center ; 
  align-items: stretch }
a.navbtn:link { text-decoration: none }
a.navbtn {
  box-shadow: #000088 2px 0px 4px ;
}
a.navbtn:active {
  box-shadow: #000088 1px 0px 2px ;
  margin: 6px 6px 2px 2px ;
}
.navbtn   { 
  background-color: #4444FF ; 
  color: white ; 
  padding: 0.125em; 
  border-radius: 4px; 
  margin: 4px ; 
  flex: 1 0 6em ;
  text-align: center ;
  }