.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;
}

.small-left-margin {
    margin-left: 40px !important;
}

.url-label {
    width: 3em !important;
}

.url-input {
    width: 35em !important;
    min-width: 35em !important;
    max-width: 35em !important;
}

.attribute-title {
    font-size: 15px !important;
    font-weight: bold !important;
}