.csppp-container {
    background-color: #000000;
    color: #fff;
    padding: 10px 30px 15px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    display: none;
}
.csppp-text {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 100px 0 0;
}
.csppp-text a,
.csppp-text a:focus {
    color: #ffffff;
    text-decoration: underline !important;
}
.csppp-text a:hover,
.csppp-text a:active {
    color: #ffffff;
    text-decoration: none !important;
}


.csppp-agree,
.csppp-agree:focus {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin: 0;
    max-width: 90px;
    word-break: break-all;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 3px;
}
.csppp-agree:hover,
.csppp-agree:active {
    background-color: #919191;
    color: #000000;
    cursor: pointer;
}

.csppp-close {
    font-size: 26px;
    line-height: 14px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
}
.csppp-close:hover {
    opacity: 0.8;
    cursor: pointer;
}

@media (max-width: 768px){
    .csppp-text {
        padding: 0;
        font-size: 12px;
        line-height: 12px;
    }
    .csppp-agree, 
    .csppp-agree:focus {
        margin: 15px auto 0 auto;
        font-size: 12px;
        line-height: 12px;
        position: relative;
    }
}