body {
  font-family: Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-size: 16px;
}

pre {
  font-family: Inconsolata, Consolas, monospace;
  padding: 10px;
  overflow-x: auto;
  border-radius: 5px;
  border: 1px #d2d2d2 solid;
  background: #fafafa;
}

.highlight {
  background: #fff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  background: #ff8;
  border: 1px dotted #888;
  padding: 3px 3px;
  font-weight: 100;
}

p {
  line-height: 26px;
}

#header {
  margin: 30px 0;
}

#related {
  margin-top: 20px;
}

.no-bullets {
  margin: 0;
  list-style-type: none;
}

.screenshot {
  margin-top: 20px;
}

