#stats{
    text-align: left;
    height: 20ch;
    max-width: 100%;
    min-width: calc(16ch + 36ch);
    padding: 0.5em;
    padding-right: 16ch;
    margin: 1em 0;
    background-color: var(--white);
    background-image: url("/sans/assets/bg03.png");
        background-position: right calc(100% + 1px);
        background-size: contain;
        background-repeat: no-repeat;
    border: var(--border-size) dotted var(--blue2);
    
    th{
        width: 18ch;
    }

    td{
        width: 17ch;
    }

    th::before{
        content: "* ";
    }
}

ul#members{
    list-style: none;

    li{
        margin-bottom: 1em;
    }

    li::before{
        content: url("/sans/assets/glowstar.gif");
    }

    li div{
        font-size: 0.9em;
        margin-left: 2.66ch;

        >*:not(:last-child)::after{
            content: " - ";
            color: var(--black)!important;
        }
    }
}

#wink{
    float: right;
    width: 45%;
    margin: 1em;
    margin-top: 3em;
    position: sticky;
    top: 1.5em;
}

.flex{
    display: flex;
    align-items: flex-start;
}