body {
    background-color: white;
    color: black;
    text-align: center;
}

#primarycontent a:link {
    color: #009;
    text-decoration: none;
}

#primarycontent a:visited {
    color: #00F;
    text-decoration: none;
}

#primarycontent a:hover {
    text-decoration: underline;
}

#navigate img {
    max-height: 100px;
    height: 3vw;
    max-width: 100px;
    width: 3vw;
    object-fit: cover;
    border-radius: 50%;
}

#navigate td {
    text-align: center;
    padding: 0.5vw;
}

#examples img {
    width: 16vw;
    height: 10vw;
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

#results img {
    width: 16vw;
    height: 16vw;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#people {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 10px;
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
}

#people table {
    table-layout: fixed;
    width: 100%;
}

#people td {
    text-align: center;
    padding: 0.25em;
    word-wrap: break-word;
    vertical-align: top;
}

#people img {
    max-height: 100px;
    height: 8vw;
    width: auto;
    max-width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

#primarycontent {
    max-width: 1024px;
    width: expression(document.body.clientWidth > 800 ? "800px" : "auto");
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    color: black;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
}

p.footer {
    font-size: x-small;
}

#primarycontent h3 {
    border-bottom: 1px solid darkgray;
    text-align: left;
    padding: 0 0 0.2em 0.5em;
    margin: 2em 0 0 0;
}

.toggle {
    line-height: 1.5em;
    background: #EAEAEA;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    cursor: pointer;
    font-size: 11pt;
    padding-left: 0.8em;
    font-variant: small-caps;
}

.toggle:hover {
    background: #C8DFE1;
    text-decoration: none;
}

.toggle a {
    text-decoration: none;
    color: black;
}

.hiddenDiv {
    display: none;
}
