#ces-admin-bar-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 999999;
}

.ces-admin-bar-content {
    background: #fff;
    padding: 20px;
    margin: 40px auto;
    width: 80%;
    height: 80%;
    overflow: auto;
}
