/* Stolen from https://m-chrzan.xyz/style.css */

body {
    background-image: url('images/feathers.gif');
    margin: 40px auto;
    max-width: 800px;
    line-height: 1.6;
    font-size: 18px;
    padding: 0 10px;
}

a {
    color: darkblue;
    text-decoration: none;
}

a:hover {
    color: #55f;
}

ul {
    list-style-type: '窶�';
}

li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0.7em;
}

h1, h2, h3 {
    line-height: 1.2
}

ul.links {
    list-style-type: none;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
}

.links li {
    margin-top: 0px;
    margin-bottom: 0px;
}

.post-footer {
    font-size: 16px;
    color: #444;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

pre {
    overflow: scroll;
}

/* note stuff */
.note {
  position: relative;
  vertical-align: baseline;
}

.note-content {
  display: none;
  position: absolute;
  border: 1px solid black;
  word-wrap: break-word;
  background-color: white;
  font-size: 14px;
  min-width: 30em;
  left: 1em;
  bottom: 0px;
}

.foot-down a {
    position: relative;
    z-index: 1;
    padding: 10px;
    margin: -10px;
}
#display {
    display: block;
}
.cell {
    display: table-cell;
    font-style: monospace;
    width: 20;
    height: 20;
}
