html {
    background-color: white;
}

iframe {
    border: 10px black inset;
}

h1 {
    font-family: Georgia, serif;
}

body {
  margin: 0;
  background: white;
  color: #111;
  font-family: Georgia, serif;
}

/* Navigation */
.top-nav {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.top-nav button,
.top-nav a {
  background: none;
  border: none;
  padding: 0;
  margin: 0 12px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

.top-nav button:hover,
.top-nav a:hover {
  opacity: 0.6;
}

.nav-divider {
  margin: 0 18px;
  color: #aaa;
}

/* Drop Sections */
.meta-box {
  max-width: 700px;
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}

.content-box {
  max-width: 600px;
  margin: 40px auto;
  line-height: 1.6;
  font-size: 16px;
  display: none;
}

.commentary-note {
  font-size: 14px;
  margin-bottom: 18px;
}