body .security-modal-dialog { /* Width */
    max-width: 60%;
    width: auto !important;
}

.security-modal{
    display: flex;
}

.security-modal-header {
    display: block;
}

.modal-header-text {
    color: #990000;
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 115%;
}


.btnCancel {

    float: right;
    cursor: pointer;
    text-align: center;
    border: 1px solid black;
    border-width: 1px;
    border-color: #b3b19c;
    border-radius: 3px;
    background:white;
    width: 70px;
    height: 20px;
}

.btnCancel:hover{
    background-color: #D3D3D3;
}


.btnUpdate {
    float: right;
    cursor: pointer;
    text-align: center;
    border: 1px solid black;
    border-width: 1px;
    border-color: #b3b19c;
    border-radius: 3px;
    background:white;
    width: 60px;
    height: 20px;
}

.btnUpdate:hover{
    background-color: #D3D3D3;
}

#settingsModalBtns{
    margin:0 auto;
}


