* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana, Helvetica, sans-serif;
}

code, pre, .code * {
  font-family: monospace;
}

li, p, span, div {
  font-size: 16px;
}

.code-parent {
  width: 100%;
  overflow-x: scroll;
}
.code-parent * {
  font-size: 12.8px;
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (orientation: landscape) and (min-width: 600px) and (max-width: 800px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#logo {
  display: inline-block;
}
#logo * {
  font-family: monospace;
  line-height: 1em;
}
#logo #logo-out {
  display: flex;
  border-radius: 2px;
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #2dba2d;
  user-select: none;
  box-shadow: 1px 1px 1px 0 #aaaaaa;
}
#logo #logo-out #logo-in {
  text-align: center;
  display: flex;
  width: 100%;
}
#logo #logo-out #logo-in .char-out {
  display: flex;
  flex: 1;
  flex-direction: column;
}
#logo #logo-out #logo-in .char-out .char {
  margin: auto 0;
  font-weight: 800;
  color: #2dba2d;
  font-size: 11.1304347826px;
}
#logo #logo-out #logo-in .char-out.middle .char:not(.dot) {
  font-weight: 200;
  color: #2a2a2a;
  opacity: 0.14;
}

#header {
  background-color: #eeeeee;
  height: 72px;
  display: flex;
  align-items: center;
  padding: 4px;
  border-bottom: 2px solid rgb(207.4, 207.4, 207.4);
  width: 100%;
}
#header .menu {
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: 10px;
}
#header #menu {
  display: flex;
  flex: 1;
}
#header #menu #left-menu {
  flex: 1;
}
#header #menu .menu-option {
  width: 75px;
}

#content {
  margin: 15px 75px;
}
@media (max-width: 600px) {
  #content {
    margin: 5px;
  }
}
#content {
  min-height: calc(100% - 288px);
  background-color: transparent;
}
#content .post {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
#content .post .post-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 6px;
}
#content .post .post-header .post-button {
  font-size: 14px;
  flex: 1;
  text-align: right;
  padding: 0 25px;
}
#content .post .post-header .post-title + .post-button {
  text-align: left;
}
#content .post .post-header .post-title {
  font-size: 30px;
  text-align: center;
}
#content .post .post-meta * {
  font-size: 12px;
}
#content .post .post-meta {
  text-align: right;
}
#content .post .post-content p {
  text-indent: 12px;
  line-height: 1.2;
  margin-bottom: 6px;
}
#content .post .post-content .table-of-contents {
  margin-bottom: 15px;
}
#content .post .post-content .table-of-contents ul {
  list-style-position: inside;
  list-style-type: decimal;
}
#content .post .post-content .table-of-contents ul ul {
  margin-left: 18px;
  list-style-type: lower-latin;
}
#content .post .post-content .section-title {
  margin-top: 12px;
  margin-bottom: 6px;
  display: flex;
}
#content .post .post-content .section-title:after {
  content: " ";
  border-top: 1px solid black;
  align-self: center;
  flex: 1;
}
#content .post .post-content .section-title h1 {
  margin-right: 8px;
  font-size: 20px;
}
#content .post .post-content h2 {
  margin-top: 6px;
  margin-bottom: 3px;
  font-size: 16px;
}
#content .index p {
  text-indent: 12px;
  line-height: 1.2;
  margin-bottom: 6px;
}
#content .projects {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
#content .projects .project-entry {
  margin-bottom: 12px;
}
#content .projects .project-name {
  font-weight: 600;
  font-size: 18px;
}
#content .projects .project-description {
  line-height: 1.2;
}

#footer {
  height: 216px;
  border-top: 2px solid rgb(207.4, 207.4, 207.4);
  background-color: #eeeeee;
  display: flex;
  padding-top: 16px;
}
#footer:before, #footer:after {
  content: "";
  flex: 1;
}
#footer #footer-map {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer #footer-map #footer-id {
  width: 160px;
}
#footer #footer-map .footer-map-column .footer-header {
  font-weight: 600;
}
#footer #footer-map .footer-map-column {
  width: 100px;
}

.archive-base .title {
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.archive-base .kinds {
  display: flex;
}
.archive-base .kinds .kind {
  flex: 1;
}
.archive-base .kinds .kind ul {
  margin-left: 10px;
  list-style: none;
}
.archive-base .kinds .kind .outer ul {
  margin-left: 15px;
}

.comments .comment {
  margin: 5px 0;
}
.comments .comment .comment-header {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid black;
}
.comments .comment .comment-header .author {
  flex: 1;
}
.comments .comment .comment-header .date {
  font-size: 12px;
  font-style: italic;
}
.comments .comment .comment-body {
  min-height: 40px;
}

#new-comment-link-container {
  text-align: right;
}

.comment-form {
  width: 100%;
  margin-bottom: 10px;
}
.comment-form .fieldcontainer {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
.comment-form .fieldcontainer .field {
  display: table-row;
  width: 100%;
  margin-bottom: 8px;
}
.comment-form .fieldcontainer .field .label {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.comment-form .fieldcontainer .field .formelem {
  display: table-cell;
}
.comment-form .fieldcontainer .field .formelem input {
  width: 100%;
}
.comment-form .fieldcontainer .field .formelem textarea {
  width: 100%;
  height: 80px;
}
.comment-form .formfooter {
  text-align: right;
}
.comment-form .formfooter button {
  height: 30px;
  width: 50px;
  margin-left: auto;
}

.memory div, .memory span {
  font-family: mono;
}
.memory .memory-row, .memory .memory-cell-cell-container {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.memory .memory-row .memory-cell-identifier, .memory .memory-cell-cell-container .memory-cell-identifier {
  padding-left: 4px;
}
.memory .memory-row .memory-cell-identifier[data-identifer=padding], .memory .memory-cell-cell-container .memory-cell-identifier[data-identifer=padding] {
  font-style: italic;
  font-size: 11px;
}
.memory .memory-row .memory-cell .memory-cell-value, .memory .memory-cell-cell-container .memory-cell .memory-cell-value {
  padding: 0 4px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.memory .memory-row .memory-cell .memory-cell-address .memory-cell-address-value, .memory .memory-cell-cell-container .memory-cell .memory-cell-address .memory-cell-address-value {
  padding: 0 4px;
}

/*# sourceMappingURL=master.css.map */