.page-header {
  margin-bottom: 0;
}

dd {
  margin-left: 1em;
  margin-bottom: 1em;
}

.navbar-brand .version {
  display: none;
}

.navbar-brand a:link,
.navbar-brand a:visited,
.navbar-brand a:hover {
  text-decoration: none;
  color: #ffffff;
}

p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  font-size: inherit;
  background: #f0ffe0;
  border-left: 5px solid #b4d88e;
}

.use-case {
  margin-bottom: 20px;
}

.use-case a {
  margin: 10px 40px 10px 40px;
  display: inline-block;
}

.use-case img {
  width: 160px;
  box-shadow: 10px 10px 20px #aaaaaa;
}

.use-case > div {
  display: inline-block;
  width: 580px;
  position: absolute;
  text-align: justify;
}

.use-case a.pin-link {
  float: right;
  margin: 0;
  margin-top: 10px;
}
