html {
  height: 100%;
}
body {
  /* It will always have a scroll bar */
  min-height: 99%;
}
p, .title, .preamble {
  max-width: 1024px;
}
.title, .preamble {
  text-align: center;
}
.preamble {
  font-style: italic;
}
.signatures, li, p, h3, #toc {
  max-width: 760px;
  margin: 1em auto;
}
#toc .section {
  max-width: 240px;
}
#toc p {
  height: 2em;
}
nav {
  text-align: center;
  clear: both;
}
nav a
{
  margin: 0.5em;
  display: inline-block;
  width: 20em;
}
.signatures > span {
  display: inline-block;
  width: 180px;
  float:left;
}
#PDF { /* Put in place of Secretary */
  position: absolute;
  font-size: 0.87em;
  right: 0.5em;
  bottom: 0.5em;
  color: white;
}

@media screen and (max-width:600px){
  #PDF {
    width: 100%;
    text-align: center;
  }
}