#s2wPrivacyBtnIO{
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: rgba(75, 125, 200, 0.53);
    text-align:center;
    padding: 1vmax;
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
}
.s2wPrivacyBtnRed{
    background: rgba(200, 75, 75, 0.53) !important;
}
#s2wPrivacyBtnIO img{
    display: block;
    width: 100%;
}
/* The Modal (background) */
.s2wPrivacyModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.s2wPrivacyModal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    position: relative;
}
.s2wPrivacyModal-btnSet{
    display: block;
    position: relative;
    width: 100%;
}
.s2wPrivacyModal-btnSet form{
    display: inline-block;
}
.s2wPrivacyModal-btnSet button{
    display: inline-block;
    border: 2px solid #000;
    background-color: #fff;
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
}
.s2wPrivacyModal-btnSet .s2wPrivacy-y{
    background: rgba(75, 125, 200, 0.53) ;
}
.s2wPrivacyModal-btnSet .s2wPrivacy-n{
    background: rgba(200, 75, 75, 0.53) ;
}
.s2wPrivacy-y{
    background: rgba(75, 125, 200, 0.53) ;
}
.s2wPrivacy-n{
    background: rgba(200, 75, 75, 0.53) ;
}

.s2wPrivacyModal-btnDel{
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,0.3);
    font-size: 80%;
}

/* The Close Button */
.s2wPrivacyModal-btnClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.s2wPrivacyModal-btnClose:hover,
.s2wPrivacyModal-btnClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

