.wpjbm-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    display: none;
    
}
.wpjbm-popup .wpjbm-popup-wraper {
    width: 200px;
    min-height: 100px;
    margin: auto;
    top: 50%;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.wpjbm-popup .wpjbm-popup-wraper .wpjb-button {
    color: #444444 !important;
    text-decoration: none;
    background: #F2F2F2;
    display: inline-block;
    padding: 7px 13px 8px;
    color: #444444 !important;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    font-family: Arial;
}

.wpjbm-popup .wpjbm-popup-wraper .wpjb-button:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
} 