div.primary {
  max-width: 640px;
  margin: auto;
  padding: 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: larger;
  line-height: 1.5em;
  background-color: #FFF;
  border-radius: 1em;
  box-shadow: .5em .5em .5em #005A7F;
}

img {
  max-width: 100%;
}

code {
  max-width: 100%;
}

pre {
  background-color:#e8f6ff;
  border-radius: .5em;
  margin-left: 1em;
  margin-right: 1em;
  padding: .5em;
}

pre code {
  display: block;
  font-size: .75em;
  line-height: 1.5em;
}

a {
  color: #FF8800;
}
h2 a {
  color: #000000;
  text-decoration: none;
  line-height: normal;
}
h1.header {
  margin-top: 0; 
}
h1 {
  margin-bottom: 2px;
}
h2 {
  margin-bottom: 2px;
}
h3 {
  margin-bottom: 2px;
}
p {
  margin-bottom: 12px;
  margin-top: 18px;
}

h1 a {
  color: #000000;
  text-decoration: none;
}
body {
  background-color:#69d5ff;
}

.more-entries p {
  display: inline;
}

