body {
    font-family: sans-serif;
    width: 720px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
div {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
div.header {
    padding: 0.5rem;
}
div.content {
    padding: 0.5rem;
}
div.form {
    width: 610px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
div.input {
    width: 605px;
    padding-top: 0.5rem;
    display: flex;
    align-items: top;
}
div.label {
    width: 150px;
    align-self: flex-start;
}
div.control {
    width: 450px;
    align-self: flex-end;
}
div.control input {
    width: 420px;
}
div.control input[type='checkbox'] {
    width: auto;
}
div.control textarea {
    width: 420px;
    height: 5rem;
}
div.footer {
    padding: 0.5rem;
}
div#submitstate {
    width: 74px;
    height: 74px;
    background-image: url('empty.gif');
}
div#submitstate.submitting {
    background-image: url('spinner.gif');
}
div.input.submit {
    align-items: center;
}
div.input.submit div.control {
    display: flex;
    align-items: center;
}
div.sections {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: none;
    padding-bottom: 0;
}
div.section {
    width: auto;
    min-width: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    margin-right: 10px;
    padding: 0.2rem;
    cursor: pointer;
}
div.section:hover {
    background-color: lightgray;
}
div.section:active {
    background-color: gray;
}
div.section.selected {
    border-bottom-style: none;
    border-bottom-width: 0;
}
div.text {
    padding: 1rem;
}