body {
  background-color: #766e6b;
  font-family: courier
}

#meta {
  top: -.5em;
  position: fixed;
  height: 3.5em;
  float: left;
  text-align: left;
  width: 100%;
  background-color: #1b1918;
  color: #a8a19f;
}

#tlogs {
  margin: auto;
  margin-top: 5em;
  width: 80%;
}

.entry {
  border: 1px dotted white;
  padding: .4em;
  margin-bottom:-4em;
}

a:link, a:visited { 
    color: #d5911a;
}

.entry p {
  /*padding: 1em;*/
  margin-left: 2em;
  margin-right: 2em;
  text-align: justify;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 24px;
}

.entry p.permalink {
  font-size: .6em;
  text-align: right;
}

.entry h5 {
  text-align: right;
  margin-top: .2em;
}

blockquote {
  background-color: #a8a19f;
  color: #f1efee;
  font-size: 90%;
  border: 1px dotted white;
  padding: 4px;
}

code {
  font-family: monospace;
  font-size: inherit;
}

/* Code in text */
p > code,
li > code,
dd > code,
td > code {
  background: #a8a19f;
  word-wrap: break-word;
  box-decoration-break: clone;
  padding: .1rem .3rem .2rem;
  border-radius: .2rem;
}

pre code {
  display: block;
  background: #a8a19f;
  font-sie: 16px;
  line-height: 1.5;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  max-width: 80%;
  min-width: 100px;
  margin-left: 4em;
  padding: 1.5em;
}
