._sumo_wcpo_modal {
    display: none; 
    position: fixed; 
    z-index: 999999999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
._sumo_wcpo_modal-wrapper{
    background-color: #fefefe;
    margin: 10% auto; 
    width: 30%;
    position: relative;
    border-radius: 5px;
}
._sumo_wcpo_modal-close{
    text-align: right;
}
._sumo_wcpo_modal-close img{
    cursor:pointer;
    margin:5px 5px 0 0;
    float:right;
}