#dialogSelfCommitment {
    border: none;
    padding: 40px;
    text-align: right;
    min-width: 60%;
    max-width: 90%;
}

#dialogSelfCommitment .dialog-header {
    text-align: right;
}

#dialogSelfCommitment .dialog-content {
    padding: 20px;
    text-align: left;
}

#dialogSelfCommitment .dialog-footer {
    text-align: center;
}

#dialogSelfCommitment .dialog-footer .btn-accept {
    background-color: #008000;
    border-color: #008000;
}

#dialogSelfCommitment:not(.dialog-en) .dialog-footer .btn-en {
    display: none;
}

#dialogSelfCommitment.dialog-en .dialog-footer .btn-de {
    display: none;
}
