* {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #eed;
  color: #000;
  font: 200 18px/34px Martel, Cambria, Georgia, serif;
}

a {
  background: #fff;
  color: #000;
  text-decoration: none;
  margin: 0 -2px;
  padding: 0 2px;
}
a:hover,
a:focus {
  background: #000;
  color: #fff;
}

a, em {
  white-space: nowrap;
}

p, pre {
  margin: 1.3rem 0;
}
pre, code {
  font-family: "Courier New", monospace;
}
pre {
  background: #fff;
  margin: 1.3rem -1rem;
  padding: .5rem 1rem;
  line-height: 1.3em;
  overflow-x: scroll;
}
p > code {
  border: 1px dotted #000;
  padding: .1rem .2rem;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

hr {
  border-bottom: 1px solid #000;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h1 {
  margin: 3.7rem 0 1.3rem 0;
  font-size: 2.5rem;
  line-height: 3rem;
}
h2 {
  margin: 3.7rem 0 1.3rem 0;
  font-size: 2rem;
  line-height: 2.5rem;
}
h3, h4, h5, h6 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h3 {
  margin: 2.5rem 0;
}

ul {
  list-style: disc;
  margin-left: 1.3rem;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

::selection {
  background: #ccb;
}
::-moz-selection {
  background: #ccb;
}
body {
  -webkit-tap-highlight-color: #ccb;
}

.nav-back a {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 0;
  text-align: center;
}
.nav-back a:before {
  display: inline-block;
  content: '⬅︎';
  margin-top: 0.3rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
@media (min-width: 900px) {
  .nav-back a {
    position: fixed;
  }
}

.container {
  max-width: 800px;
  margin: 2.5rem auto 0;
  padding: 1rem;
  overflow: hidden;
}

.post-index {
  margin-top: 3rem;
}
.post-preview {
  margin-bottom: 3rem;
}
.post-preview a {
  display: block;
  margin: -.5rem;
  padding: 1rem .5rem .5rem .5rem;
  white-space: normal;
}
.post-preview h3,
.post-preview p {
  display: inline;
  margin: 0;
  line-height: 1.5rem;
}
.post-preview .post-date {
  margin-left: 1rem;
  font-size: .8rem;
}

.post-full .post-body {
  padding-bottom: 5rem;
}
.post-full .post-date {
  text-align: right;
  margin: 1.5rem 0;
}

.notice {
  border: 1px dashed black;
  background: white;
  padding: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
}


/* Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com> */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #fff;
  color: #657b83;
}

.hljs-comment,
.hljs-quote {
  color: #93a1a1;
}

/* Solarized Green */
.hljs-keyword,
.hljs-selector-tag,
.hljs-addition {
  color: #859900;
}

/* Solarized Cyan */
.hljs-number,
.hljs-string,
.hljs-meta .hljs-meta-string,
.hljs-literal,
.hljs-doctag,
.hljs-regexp {
  color: #2aa198;
}

/* Solarized Blue */
.hljs-title,
.hljs-section,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #268bd2;
}

/* Solarized Yellow */
.hljs-attribute,
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-class .hljs-title,
.hljs-type {
  color: #b58900;
}

/* Solarized Orange */
.hljs-symbol,
.hljs-bullet,
.hljs-subst,
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-link {
  color: #cb4b16;
}

/* Solarized Red */
.hljs-built_in,
.hljs-deletion {
  color: #dc322f;
}

.hljs-formula {
  background: #eee8d5;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}
