* {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 600px;
    font-size: 16px;
    color: rgb(34, 34, 34);
}

body {
    padding: 0 5px;
}

img.ddhf-logo {
    width: 250px;
    display: block;
    margin: 10px auto 0;
}

header > h1 {
    text-align: center;
    margin-top: 25px;
    font-size: 24px;
}

h2 {
    margin-top: 15px;
    font-size: 20px;
}

p {
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 1.5;
}

address {
    margin-top: 25px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    line-height: unset;
    max-width: 80%;
    border-top: 1px solid #666666;
    padding-top: 5px;
}

label {
    display: block;
    margin-top: 25px;
    color: #666;
}

form > div,
main > p {
    text-align: center;
}

input[type='password'] {
    padding: 5px;
    text-align: center;
}

input#new-question {
    width: 100%;
}

input[type='submit'] {
    margin-top: 20px;
    background: #cc1d1b;
    border: none;
    color: #fff;
    padding: 10px 20px;
}

input[type='radio'] {
    text-align: left;
}

form#poll > div,
form.admin > div {
    text-align: left;
    margin-top: 10px;
}

h2.admin {
    margin-top: 80px;
}

@media only screen and (max-width: 768px) {
    form#poll > div {
        margin-top: 20px;
    }
    form#poll > input[type='submit'] {
        margin-top: 40px;
    }
}

form#poll > div > label {
    display: inline;
    color: rgb(34, 34, 34);
}

form#refresh {
    overflow: hidden;
}
form#refresh > input {
    float: right;
    clear: both;
}

div#imprint {
    margin-top: 5px;
    text-align: center;
    color: #666;
}

div#imprint > a,
div#imprint > a:hover,
div#imprint > a:focus,
div#imprint > a:hover:active {
    color: #666;
    font-size: 12px;
    text-decoration: underline;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    display: unset;
    margin-top: 0;
}

table {
    margin-top: 20px;
    width: 85%;
    border: 0;
    border-collapse: collapse;
}

th,td {
    padding: 2px;
    text-align: left;
}


tr:last-child > th,
tr:last-child > tr {
    border: 0;
}

div.user {
    display: flex;
    justify-content: flex-start;
}

div.modify-user {
    float: right;
    margin: 0 5px 0 0;
}

.modify-user > label {
    margin-top: 10px;
}

input[type="submit"] {
    cursor: pointer;
}

fieldset {
    margin-bottom: 25px;
}

fieldset > div {
    margin-bottom: 10px;
}