.post-title {
  margin-top: 0;
}

.post-title,
.post-title a {
  color: #303030;
}

.post-date {
  display: block;
  margin-top: -.5rem;
  color: #9a9a9a;
}

.posts img {
  width: 100%;
}

.post img {
  width: 100%;
}

figure {
  margin-left: 0px;
  margin-right: 0px;
}

pre {
  overflow-x: auto;
  white-space: pre;
}

/* Related posts */
.related {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #eee;
}
.related-posts {
  padding-left: 0;
  list-style: none;
}
.related-posts h3 {
  margin-top: 0;
}
.related-posts li small {
  font-size: 75%;
  color: #999;
}
.related-posts li a:hover {
  color: #268bd2;
  text-decoration: none;
}
.related-posts li a:hover small {
  color: inherit;
}


