.modal-content {
    width: 350px;

}
.modal-dialog {      
    //padding-top: 20px;
    width: 350px !important;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    top : 100px;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    z-index: 1040;
}