#mame-checkout-redirect-block {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    opacity: 0.6;
    cursor: wait;
    position: absolute;
}

#mame-checkout-redirect-block-content {
    z-index: 1011;
    position: absolute;
    padding: 20px;
    margin: 0px auto;
    width: 30%;
    text-align: center;
    color: rgb(85, 85, 85);
    border: 3px solid rgb(170, 170, 170);
    background-color: rgb(255, 255, 255);
    cursor: wait;
    line-height: 32px;
    top: 30%;
    left: 35%;
}