body{
  background-color: white;
  font-family:'Gill Sans', Calibri, 'Trebuchet MS', sans-serif;
  max-width: 800px
}
.subtitle{
  text-align:left;
  font-style:italic
}
div.content {
  max-width:40em;
}

div.content > div {
  color: floralwhite;
  background-color:darkgreen; /* not #535; */
  padding:0.5em;
  border:thin outset black
}
div.content div.linkbar {
  display:table;
  width: 100%;
  padding: 0em;
  color:black;
  background-color:inherit;
  border:none;
  font-size: 85%; font-weight: bold
}
div.linkbar > div {
  display:table-row
}
div.linkbar > div > div{
  display:table-cell;
  width:20%;
  padding:1em;
  text-align:center
}
div.copy{
  text-align:justify;
  text-align-last:left
}

div.copy + div.copy { margin-top: 0.5em }
div.panel{
  background-color:#002200;
  border:thin outset black;
  padding:1ex;
  margin-top:1ex;
}
div.content div.note{
  background-color:lightgreen;
  color: black;
  border:thin outset black;
  padding:1ex;
  margin-top:1ex;
}

.logo{
  margin:0px;
  float:right;
  text-align:right
}

#piez-logo {
  position: fixed;
  left: 42em; top: 0px;
  z-index: 2;
  
}

div.note{
  padding:1ex;
  border:thin solid black;
  background-color:green;
  margin:1ex 0ex;
  font-size:90%
}

div.toc-entry { margin-left: 1em; text-align: left }
div > *:first-child{
  margin-top:0px; margin-bottom:0px
}
div > *:last-child{
  margin-bottom:0px
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family:Cambria; margin: 0.25em 0px; text-align: left 
}

div.category { margin-top: 2ex;
  height: inherit }

pre, tt, code {
  font-family:Consolas, monospace
}
tt, code { font-size: 90% }

p.continuing{
  margin-bottom:0px
}
p.continued{
  margin-top:0px
}
.in-block{
  margin-top:0.5ex;
  margin-bottom:0.5px
}
.specs{
  text-align:center;
  line-height:200%
}
span.topic{
  background-color:#002200;
  padding:0.5ex
}
body a {
  background-color:inherit;
  text-decoration:none;
  color: green
}

div.copy a {
  color:lightgreen;
}

body a:hover{
  text-decoration: underline
}
div.linkbar a:hover{
    font-weight: bold
}
span.nolink{
  color: black
}

li { text-align: left }
