.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  max-width: 979px;
}

@media (min-width: 979px) {
  body {
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
  }
}

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

.footer p {
  margin: 0px;
}

pre {
  white-space: pre;
}

img.shadow {
  border: 1px solid #000000;
  box-shadow: 0 0 15px #000000;
}

img.title {
  margin: 20px 0px 30px 0px;
}

.page-header {
  margin: 40px 0 20px;
}