.screen-content {
    max-width: 60em;
    margin: 0 auto;
}
.light-panel {
    margin: 1em 0 0;
    min-height: 35em;
}
.flex-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin-left: -1em;
    align-items: start;
}



#roll-ctn {
    margin: 5em auto;
    text-align: center;
    max-width: 30em;
}
#roll-ctn > p {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #777;
    text-align: justify;
}
#roll-ctn > p:first-child {
    color: #82a7df;
    font-size: 1.1em;
}
#roll-ctn > p#please-no {
    font-style: italic;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 3em;
}
#roll-ctn .label-text {
    display: block;
    padding-bottom: 0.5em;
}
#roll-ctn input[type="text"] {
    width: 8em;
    text-align: center;
}


#forms-ctn {
    display: none;
    font-size: 0.8em;
}
#forms-ctn > div {
    padding-bottom: 0.5em;
    position: relative;
    margin-top: 1em;
}
#forms-ctn > div#form-masthead {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
}
#crest-ctn.w-img {
    flex-basis: 5em;
}
#crest-ctn img {
    width: 100%;
    padding-right: 1em;
}
h2 {
    margin: 0;
    color: #82a7df;
}
#school-title {
    margin: 0;
    color: #888;
}
#forms-ctn > div > h4 {
    margin: 0 0 0.5em;
}

#forms-ctn .label-text {
    font-size: 0.9em;
    color: #aaa;
}

#forms-ctn > div#declaration {
    background: #e9f7ff;
    padding: 2em;
    font-weight: bold;
    margin-bottom: 2em;
}
#submitted-by .label-text {
    display: block;
}

.member-ctn {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0.5em;
    margin: 0 0 0.5em;
}
.member-flex {
    margin: 0 0 0 -1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: left;
}
.member-flex > * {
    margin: 0 0 0 1em;
}
.member-ctn .label-text {
    display: block;
}
.group-super {
    width: 10em;
}
.member-fname input,
.member-lname input {
    max-width: 100%;
}

.buttonset {
    display: none;
}


@media (min-width: 600px)
{
    .member-flex {
        flex-direction: row;
        align-content: start;
        flex-wrap: nowrap;
    }
    .member-fname, .member-lname {
        flex-grow: 1;
    }
}