

.member-head {
    text-align: center;
}

.sub-title {
    background: var(--theme-primary-color);
    color: white;
    padding: 6px;
    font-size: larger;
    text-align: center;
}

.member {
    display: flex;
}

.photo {
    width: 38%;
    height: 180px;
    text-align: right;
}

.brief {
    width: 60%;
    height: 180px;
    text-align: center;
}

.photo img {
    width: 160px;
    height: 160px;
    margin-top: 15px;
    margin-right: 2px;
    
}

.member .name {
    font-size: xx-large;
    font-weight: bold;
    margin-top: 34px;
    margin-bottom: 10px;
}

.name_shayin {
    font-size: xx-large;
    font-weight: bold;
    margin-top: 44px;
    margin-bottom: 10px;
}


.detail {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.hr {
    border: 2px solid var(--theme-primary-color);
}

.links a {
    text-decoration:none;
    margin-right: 60px;
}

#alumni {
    width: 100%;
    text-align: center;
}

#alumni-title td {
    font-weight: bold;
}

#alumni td {
	height: 50px;
}