article header {
  text-align:center;
  border-top: 1px solid #d2d2d2;
  margin-top:2em;
}
article header .date {
  text-align: center;
  font-size: 1.0em;
  margin-top: -0.8em;
}
article img{
  width:100%;
}
article header .date span {
  background-color: #f8f8f8;
  padding: 0 0.7em;
}
.pagination{
  text-align:center;
}
code, tt {
    padding: 1px 3px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.85em;
    white-space: pre-wrap;
    border: #E3EDF3 1px solid;
    background: #F7FAFB;
    border-radius: 2px;
}

pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 1.75em 0;
    border: #E3EDF3 1px solid;
    width: 100%;
    padding: 10px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.9em;
    white-space: pre;
    overflow: auto;
    background: #F7FAFB;
    border-radius: 3px;
}

pre code, pre tt {
    font-size: inherit;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0;
}