body {
    padding-top: 88px;
  }
.pagelink{

  font-size: 1.2em;
}
.note{
  margin-top: 2em;
}

.blockquote{
  background-color: lightgrey;
}

table{
  border-color: blue;
  border-radius: 1em;
}

/* smaller font in tables */
.td-2{
  font-size: 0.8em;
  background-color: lightcyan;
}