body {
  font-family: Verdana, sans-serif;
  margin: auto;
  padding: 20px;
  max-width: 65ch;
  text-align: left;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #444;
}
/*
  The CSS in this style tag is based off of Bear Blog's default CSS.
  https://github.com/HermanMartinus/bearblog/blob/297026a877bc2ab2b3bdfbd6b9f7961c350917dd/templates/styles/blog/default.css
  License MIT: https://github.com/HermanMartinus/bearblog/blob/master/LICENSE.md
 */
body {
  font-family: Verdana, sans-serif;
  margin: auto;
  padding: 20px;
  max-width: 65ch;
  text-align: left;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  color: #222;
}
a {
  color: #3273dc;
}
nav a {
  margin-right: 10px;
}
textarea {
  width: 100%;
  font-size: 16px;
}
input {
  font-size: 16px;
}
content {
  line-height: 1.6;
}
table {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
code {
  padding: 2px 5px;
  background-color: #f2f2f2;
}
pre {
  padding: 1rem;
}
pre > code {
  all: unset;
}
blockquote {
  border: 1px solid #999;
  color: #222;
  padding: 0.1rem 1rem 0.1rem 0rem;
  margin: 0px;
  font-style: italic;
}
blockquote > p {
  margin-left: 1rem;
}

.is-hidden {
  display: none;
}

/*
 up & home button
 post's metadata
 table of content
*/
@media only screen and (max-width: 1150px) {
  #org-div-home-and-up {
    float: left;
    font-size: 0.85em;
  }
  #post-meta {
    display: none;
  }
  #table-of-contents {
    display: none;
  }
}

@media only screen and (min-width: 1150px) {
  #org-div-home-and-up {
    position: fixed;
    left: 30px;
    top: 1vw;
    width: 2vw;
    font-size: 0.85em;
    display: block;
    visibility: visible;
  }
  #post-meta {
    position: fixed;
    right: 0;
    top: 20vw;
    width: 20vw;
    font-size: 0.85em;
    display: block;
    visibility: visible;
  }
  #table-of-contents {
    color: #4a7a97;
    position: fixed;
    left: 0;
    top: 10vw;
    width: 20vw;
    font-size: 0.85em;
    display: block;
    visibility: visible;
  }
  #table-of-contents > h2 {
    margin-left: 1rem;
  }
}

#post-footer {

}

.footnotes {
  margin-bottom: 0;
}
.footdef {
  margin-bottom: 0;
}
