body {
  font: 100% Andale Mono, AndaleMono, monospace;
  color: #333;
  margin: 0;
  padding: 1.5em 1em;
}

.page {
  max-width: 760px;
  margin: 0 auto;
}
.page img {
  max-width: 100%;
  height: auto;
}

.menu {
  display: flex;
  justify-content: space-between;
}
.menu ul.lang-switch li {
  width: auto;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu ul li {
  padding: 0.2em;
  display: inline;
  width: 80px;
}
.menu ul li > a {
  outline: none;
  color: #556;
  padding: 0.2em;
}
.menu ul li > a:link {
  text-decoration: none;
}
.menu ul li > a:visited {
  text-decoration: none;
}
.menu ul li > a:hover {
  color: #333;
}
.menu ul li > a:active {
  color: #112;
}
.menu ul li > a.current {
  background-color: #559;
  color: #DDF;
}
.menu ul li > a.current:hover {
  color: #DDF;
}

.content a {
  color: #559;
}
.content em {
  font-weight: bold;
  color: #559;
  font-style: normal;
}

ul {
  margin: 0;
}
ul.hashed {
  list-style-type: none;
}
ul.hashed li {
  text-indent: -1.2em;
  margin-bottom: 0.3em;
}
ul.hashed li::before {
  font-style: bold;
  text-indent: -0.5em;
  content: "#";
  margin-right: 0.3em;
}
ul.dotted {
  list-style-type: none;
}
ul.dotted li {
  text-indent: -1.3em;
  margin-bottom: 0.3em;
}
ul.dotted li::before {
  content: "-";
  text-indent: -1.3em;
  margin-right: 0.7em;
}

.note {
  margin-top: 0.25em;
  color: #556;
}
.note::before {
  margin-bottom: 0.25em;
}

.main {
  margin-bottom: 0.25em;
}

.div-table {
  display: table;
  table-layout: fixed;
  margin: 1em;
}
.div-table.time {
  font-size: 110%;
  font-style: bold;
  color: #556;
  margin-right: 0.75em;
  padding-top: 1em;
  display: block;
}
.div-table > div {
  display: table-cell;
}
.div-table > div:first-child {
  width: 20%;
}
.div-table > div:last-child {
  width: 80%;
}
.div-table > div > h3 {
  margin-top: 1em;
  color: #559;
}

br {
  margin-top: 1em;
}

h3.main-page {
  margin-top: 2em;
}

.grid-container {
  display: inline-grid;
  grid-template-columns: auto auto auto;
}
.grid-container > div {
  fonnt-size: 80%;
  padding: 0.2em;
  margin: 0.1em;
}

.footnote {
  font-size: 75%;
  color: #556;
  margin-top: -1.5em;
}

.cv-title {
  color: #556;
  margin-top: -0.5em;
}

.blog-body {
  white-space: pre-wrap;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.form-error {
  display: block;
  color: #559;
  font-size: 85%;
}
