.showPersonInEditList {
    position: relative;
    margin: 15px;
    padding: 15px;
    border: 2px solid black;
    font-size: 20px;
    display: flex;
    flex-direction: row;
}

.removePersonFromListButton {
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
}

#new_member_suggestions {
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.1);
}

#new_member_suggestions .showPersonInEditList:hover {
    background-color: rgba(12, 171, 250, 0.3)
}

.hidden {
    display: none;
}

.Member_person_img {
    margin-right: 15px;
}

.Member_person_name_container {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Member_person_position::placeholder {
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.Member_person_position {
    min-width: 50%;
}

.list-position-set {
    margin-left: auto;
    margin-right: 35px;
    max-width: 80px;
    margin-top: auto;
    margin-bottom: auto;
}

.input-descriptor {
    font-size: 0.5em;
    line-height: 1;
}

.little {
    font-size: 0.3em;
}