.alternate-phone-edit {
    cursor: pointer !important;
    font-weight: 400 !important;
    text-align: left !important;
    line-height: 1.2 !important;
}

.demographic-name {
    color: #7622A4 !important;
}

.mk-name {
    display: none;
}

.input-group {
    display: inherit !important;
}
.popover {
    min-width: 200px;
}

.readOnlyStyle {
    width: 500px;
    height: 33px;
    margin-top: 5px;
}

.notice-panel {
    margin-top: 30px;
}

#address-phonenumber-wrapper {
    text-align: center;
}

#address-phonenumber {
    text-align: center;
    max-width: 660px;
    margin: 10px 0px auto;
    display: flex;
    flex-wrap: wrap;
}


    #address-phonenumber > div {
        margin: 10px;
        height: auto;
        width: 200px;
        text-align: left;
    }

        #address-phonenumber > div > p {
            margin-bottom: 3px;
        }

#change-contact-info-wrapper {
    text-align: center;
}

#change-contact-info {
    max-width: 690px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left
}

    #change-contact-info > div {
        margin-bottom: 5px;
    }


#btnUpdatePhone {
    margin-bottom: 20px;
    margin-top: -20px;
}

#demographic-container {
    display: flex;
    flex-direction: column;
}


#memLinkCollapse {
    overflow-x: auto;
}

.danger-error-msg-color {
    color: #4d4d4d;
}

.help-block {
    color: #DE1B3B !important;
    font-style: normal !important;
}