body {
    font-family: Roboto, sans-serif;
    background-color: hsl(240deg, 100%, 90%);
    padding: 0;
    margin: 0;
    border: 0;
}

#maincontainer {
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    text-align: center;
}

#main {
    display: inline-block;
    text-align: left;
    min-width: 600px;
    max-width: 1024px;
    background-color: white;
    padding: 20px 50px 50px 50px;
}

#header {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px inset silver;
    padding-bottom: 8px;
    width: 100%;
}

#header a {
    margin-right: 3em;
}

div.resultboxcontainer {
    display: block;
}

div.resultbox {
    display: inline-block;
    width: auto;
    box-shadow: 5px 5px 8px gray;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

div.resultboxfailure {
    background-color: #ffcccc;
}

div.resultboxsuccess {
    background-color: hsl(120deg, 80%, 90%);
}

div.tickicon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 0.75em;
    text-align: center;
    background-color: hsl(120deg, 80%, 50%);
    margin-right: 0.5em;
}

div.crossicon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 0.75em;
    text-align: center;
    background-color: red;
    color: white;
    font-weight: bold;
    margin-right: 0.5em;
}

a {
    text-decoration: none;
}

div.cookiewaffle {
    color: gray;
    font-size: 10pt;
}

table {
    margin-bottom: 10px;
}

table th, table td {
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-bottom: 1px dashed silver;
}

table th {
    text-align: left;
}

div.formrow {
    padding: 0.5em;
}

div.userpasswordinputrow, div.userpasswordsubmitrow {
    padding: 0.5em;
}

div.userpasswordinputrow input {
    margin-top: 2px;
}

input[type='submit'], button {
    font-size: 12pt;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

div.userpasswordinputrow input:not([type='checkbox']) {
    margin-left: 1em;
}
