header{
  margin: 0 auto;
  text-align: center;
  border-bottom: solid 1px rgb(204, 204, 204);
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: white;
}

header h1{
  margin-top: 10px;
  margin-bottom: 10px;
}

body{
  padding-top: 70px;
}

#last-edit{
  margin-bottom: 0;
}

#meta p{
  font-size: 80%;
}

.accordion{
  display: inline;
  background: white;
  border: 0;
  border-bottom: solid 1px skyblue;
  font: 20px/1.5 Georgia, "serif";
  padding: 0;
  margin: 0;
}

.panel{
  display:none;
}

p{
  display: inline;
}
