/*   display: block;*/
.modal  {
    padding-right: 0px;
}   
.modal-dialog {
    top: 20%;
    width: 100%;
    position: absolute;
}
.modal-content {
    border-radius: 0px;
    border: none;
    top: 40%;
}
/* bug fix - no overlay */
.modal-backdrop {
    display: none;    
}