.add-new-membership-outer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.add-new-membership-input-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 7px;
    margin-bottom: 7px;
}

.add-new-membership-input-row label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 4em;
}

.add-new-membership-input-row input {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
    width: 10em;
}