#confirmDialog.dialog, #alertDialog.dialog {
    max-width: 500px;
}

.dialog.modal .modal-footer .btn{
    margin-left: 15px;
    float: none;
    display: inline-block;
}

.dialog.modal .modal-footer
{
    text-align: center;
    border-top: 1px solid #ddd;
}
.lean-overlay { 
    position: fixed; 
    z-index: 999; 
    top: -100px; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    height: 125%; 
    width: 100%; 
    background: #000; 
    display: none; 
    will-change: opacity; 
}