div.footer {
  font-size: 9pt;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Vollkorn, Georgia, Serif;
}
h1 {
  font-weight: 500;
}
.nav-tabs li {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.page-header {
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
}
.page-header h1 {
  margin-top: 0;
}
blockquote.code {
  font-family: Consolas, Cumberland, Courier New, monospaced;
}
code {
  padding: 0;
  color: #333;
  background-color: transparent;
  border: 0px soli;
  white-space: nowrap;
}

