article {
  box-sizing: border-box;
  padding: 8px 32px 32px;
  max-width: 50em;
}

@media (max-width: 800px) {
  article {
    padding: 8px 16px;
  }
}

article header {
  margin-bottom: 1em;
}

article h1 {
  font-size: 150%;
  font-family: 'Helvetica Neue';
  margin: 0;
  font-weight: normal;
}

article .item-meta {
  color: #555;
  font-weight: 100;
}

article footer {
  margin-top: 16px;
}

pre code,
pre samp,
figure > code,
figure > samp {
  display: block;
  overflow-x: auto;
  white-space: pre-wrap;
  background: rgb(248, 248, 248);
  padding: 5px 10px;
  border-left: 5px solid rgb(181, 215, 245);
  box-sizing: border-box;
  tab-size: 4;
}

code.single-line,
samp.single-line,
code.language-bash {
  white-space: pre !important;
}

pre samp,
figure > samp {
  border-left-color: rgb(196, 219, 205);
}

pre samp.error,
figure > samp.error {
  border-left-color: rgb(248, 140, 140);
}

figure > img,
figure > object,
figure > table {
  max-width: 100%;
  display: block;
}

figure > img {
  height: auto;
  margin: 1em 0;
}

blockquote {
  font-style: italic;
  border-left: 5px solid #ddd;
  padding-left: 1em;
}

article section table {
  margin-top: 1em;
}

article section .gist table {
  margin-top: 0;
}

article p {
  margin: 1em 0;
  padding: 0;
}

aside {
  background: #FFF;
  padding: 10px;
  border: 2px solid #ddd;
  float: right;
  display: inline-block;
  max-width: 30em;
}

main a {
  color: blue;
}

main a:hover {
  text-decoration: underline;
}

main > section {
  padding: 0 16px;
  border: 1px solid transparent;
  background: #F3F3F3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

section {
  margin-bottom: 12px;
}

.comments {
  background-color: #eee;
  border-top: 1px solid #ddd;
  padding: 16px 24px;
}

@media (max-width: 800px) {
  .comments {
    padding: 16px 8px;
  }
}