.bb_names {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10pt -5pt -5pt -5pt;
    border: 3px ridge;
    border-radius: 9pt;
    padding: 10pt 2pt;
    color: #234861;
}
.bb_names:before {
    content: "Class of " attr(data-class-of);
    position: absolute;
    top: -33px;
    left: calc(50% - 1in);
    font-size: 120%;
    width: 2in;
    border: 2px solid;
    border-radius: 12pt;
}
.bb-name {
    width: 2.5in;
    margin: 4pt 5pt;
    font-size: 10pt;
}
.bb-name[data-donated="yes"]{
    color: #1b82c5;
    font-weight: 600;
    text-shadow: 0 0 6px #0003;
    transform: scale(1.15);
}
.bb_classtotal {
    margin: 6pt;
    font-size: 130%;
    color: #1b82c5;
}
div.logo-header img.logo {
    width: 100%;
    max-height: unset;
    margin-bottom: 22pt;
    float: none;
}
fieldset label em {
    margin-left: 4pt;
    font-size: 90%;
}
fieldset label div div{
    font-size: 80%;
}
label:has(input[disabled]) {
    color: gray;
}
#books:after {
    content: attr(data-warning);
    color: crimson;
    font-weight: 700;
}
.cookbook-series div:nth-child(n+2)::before {
    content: '•';
    margin: 1.5em;
}

.cookbook-series {
    display: flex;
}
