table#mem {
    border-collapse: collapse;
    border: 1px solid #1b1b1b;

    thead {
        th#table-title {
            padding: 10 30;
        }
    }

    th,td {
        border-left: 1px solid #1b1b1b;
        border-right: 1px solid #1b1b1b;
        border-top: 1px solid #1b1b1b;
    }

    td {
        text-align:center;
        padding: 6;
    }
}
table#instlist {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;

    thead {
        border-top: 1px solid #1b1b1b;
        
        tr:first-of-type > th {
            padding-top: 7px;
        }
    }

    td {
        border-top: 1px solid #1b1b1b;
        border-bottom: 1px solid #1b1b1b;
        padding: 6 0;
        &:nth-of-type(2) {
            padding: 0 15;
        }

        &:not(&:nth-of-type(3)) {
            text-align: center;
        }
    }
}

.hide-social {
    display:none;
}

fieldset {
    border: none;
}

a {
    text-decoration: none;
}

.danger {
    background-color:oklch(93.6% .032 17.717);
}

.little {
    color:rgb(61, 67, 67);
    font-size: .9em;
}

small {
    font-weight: 100;
}

p {
    font-size: 10pt;
}