html, body {
    font-family: 'Inconsolata', monospace;
    line-height: 1.65;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container {
    height: 100%;
}

.container-inner {
    padding-bottom: 50px;
}

@media screen and (max-width: 700px) {
    body {
        max-width: 375px;
    }
}

a {
    color: #404040;
    text-decoration: none;

    border-bottom: 1px solid #202020;
}

.header {
    text-align: center;
}

.header img {
    height: 100%;
    width: 90%;
}

.header p {
    margin: 0;
}

.footer {
    text-align: center;
    font-size: 0.85em;
    height: 50px;
    margin-top: -35px;
}

.header h2 {
    padding-top: 0.5em;
    margin-top: 0;
    margin-bottom: 0.1em;
    font-size: 1.5em;
}

.header h4 {
    margin-top: -0.5em;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.10em;
}

.line {
    margin-top:    0.25em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.line-short {
    margin-top:    0.25em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #eeeeee;
    width: 75%;
}

.navigation {
    display: flex;
    font-size: 0.9em;
    margin-top: -0.5em;
    margin-bottom: 2.0em;
    padding-right: 0.5em;
}

.navigation ul {
    padding: 0;
    margin: 0 auto;
}

.navigation li {
    display: inline;
}

.navigation.site li a
{
    border-bottom: 0;
}

.navigation a.current {
    font-weight: bold;
    color: #000000;
}

.navigation.site li a.current
{
    border-bottom: 1px dashed #404040;
}

.content {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

.content p {
    font-size: 0.9em;
    margin: 0;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.content .server-status-box p {
    margin: 0;
}

.content h3 {
    margin-top: 0.5em;
    margin-bottom: 0.0em;
}

.content h4 {
    margin-top: 0.5em;
    margin-bottom: 0.0em;
}

.content img.img-normal {
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    box-shadow: 0px 0px 4px #888888;
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.content img.img-sm {
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    box-shadow: 0px 0px 4px #888888;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.content img.lower-pos {
    object-position: 50% 0% !important;
}

.content img {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    box-shadow: 0px 0px 4px #888888;
    width: 100%;
    object-fit: cover;
    height: auto;
}

.content .dev-feed-list {
    padding: 0;
    list-style: none;
    font-size: 0.9em;
}

.content .dev-feed-list li {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.dev-log-header {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dev-log-nav {
    margin: 0;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hidden {
    visibility: hidden;
}

code {
    display: block;
    white-space: pre-wrap;
    margin-bottom: 1.5em;
    line-height: 1.4em;
}

.error-text {
    color: orangered;
}

table, th, td {
    border: 1px solid black;
}

table {
    width: 100%;
}

td {
    padding: 0.1em;
}

.privacy-agreement {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.9em;
}

.privacy-agreement input[type="checkbox"] {
    margin-right: 0.3em;
}

.privacy-agreement label {
    display: inline;
}