button.logout {
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
}

main.container.login {
    max-width: 20rem;
}

.confirmation {
    margin-top: 1rem;
    color: blue;
}

.error {
    color: rgb(186, 6, 6);
}

button.danger {
    border-color: rgb(186, 6, 6);
    background-color: rgb(186, 6, 6);
}

input[type="number"] {
    max-width: 5rem;
}

h3.login {
    text-align: center;
}

div.assessment {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-items: flex-start;
}

div.scoreblock, div.statusblock, div.summaryblock {
    display: flex;
    align-items: left;
    justify-content: left;
    width: content;
}

div.scoreblock {
    margin: 0 0 3rem 0;    
}

div.summaryblock {
    margin: 0 0 3rem 0
}

/* when wide enough for side-by-side, leave some space */
@media (min-width: 700px) {
    div.scoreblock {
        margin-right: 3em;
    }
}

form.scoringcontrol {
    margin-bottom: 2rem;
}

table.status {
    width: auto;
}

table.status thead {
    border-bottom: 0.3rem solid white;
}

table.status th, table.status td {
    padding: 0 0.5rem;
}

thead th, tbody td {
    text-align: center;
}

tbody tr td:first-child {
    text-align: left;
}

td, th {
    border-bottom: none;
}

div.marker {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    border: 1px solid darkgray;
    border-radius: 0.5rem;
}

div.marker.scored {
    border: 1px solid blue;
    background-color: blue;
}

div.marker.abstaining {
    background-color: darkgray;
}

div.marker.locked {
    border: 1px solid green;
    background-color: green;   
}

div.radioSet {
    float: left;
    text-align: center;
    width: 2rem;
}

div.radioSet label,
div.radioSet input {
    display: block;
    margin: 0 auto 0.5ex auto;
    font-size: 80%;
}
