:root {
    padding: 10px;
    padding-top: 2px;
    --standard-bg-green: #d4ddc0;
    --highlight-bg-color: #c4cdb0;
    --section-head-font: 600 150% arial, sans-serif;
    background-color: var(--standard-bg-green);
    font-family: arial, sans-serif;
}

body {
    max-width: 33em;
}

.message {
    font-style: italic;
    color: blue;
}

.error-message {
    font-style: italic;
    color: red;
}

.input {
    margin: 0.2em 0 0.2em 0;
}

.input > label {
    font-size: 90%;
    font-weight: bolder;
}

.input > button {
    margin-top: 0.2em;
}    
input[type="text"], input[type="password"] {
    background-color: white;
    display: block;
}

/* suppress the bullets on lists of radiobuttons */
.no-bullets {
    list-style-type: none;
}

#footer {
    margin-top: 1em;
    padding: 1.25em 1em 0.25em 1em;
    text-align: center;
}

#footer a {
    display: inline-block;
    text-align: left;
}
/*#footer a img {
    height: 3em;
}*/

.footer-logo {
    height: 3em;
    margin: 0.25em;
}

#footer p {
    font: 70% arial, sans-serif;
}

.smaller {
    font-size: 80%;
}

.close-head {
    font-size: 125%;
    margin-bottom: 0.3em;
}

.box {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 1em;
}

/* li directly inside .more-space-list, but not in nested lists */
.more-space-list > li {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.full-width {
    width: 100%;
}
