.white-popup {
    position: relative;
}
#response {
    max-height: 440px;
    max-width: 60%;
    overflow: auto;
    position: absolute;
    right: 20px;
}
.ellipsis{
    width:70% !important;
    max-width: 100px;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap !important;
    overflow: hidden;
}
.input-append {margin: 5px}

.modal-body {
    overflow-y: auto;
}