#cpnb {
    box-sizing: border-box;
}
#cpnb * {
    box-sizing: border-box;
}
#cpnb .cpnb-outer {
    font-size: 16px !important;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 0, 0) !important;
}
#cpnb .cpnb-inner {
    padding: 30px !important;
    width: 100%;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
#cpnb .cpnb-message {
    float: none;
    text-align: left;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 30px 20px 10px;
}
#cpnb .cpnb-buttons {
    float: none;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    background-color: rgba(51, 51, 51, 1);
    border: 2px solid #fff;
}
#cpnb #cpnb-accept-btn {
    border-radius: 0px;
    margin: 0;
    padding: 12px 25px;
    border-width: 2px;
    border-style: solid;

    color: rgb(0, 0, 0);
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    max-width: 280px;
}
#cpnb #cpnb-decline-btn {
    border-radius: 0px;
    margin: 0;
    padding: 0 25px;
    border: 0;

    color: rgb(255, 255, 255);
    background-color: transparent;

    font-size: 14px;
    font-weight: 700;
}
#cpnb-settings-btn {
    border-radius: 0px;
    margin: 0;
    padding: 0 25px;
    border: 0;
    border-left: 2px solid #fff;

    color: rgb(255, 255, 255);
    background-color: transparent;

    font-size: 14px;
    font-weight: 700;
}
#cpnb #cpnb-moreinfo-btn {
    border-radius: 0px;
    margin: 0;
    padding: 0 25px;
    border: 0;
    /* border-left: 2px solid #fff; */

    color: rgb(255, 255, 255);
    background-color: transparent;

    font-size: 14px;
    font-weight: 700;
}
@media screen and (max-width:1200px) {
    #cpnb .cpnb-message  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 10px 0;
    }
    #cpnb .cpnb-buttons  {
        max-width: 500px;
        /* -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; */
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        /* background-color: rgba(51, 51, 51, 0);
        border: 0px solid #fff; */
    }
    #cpnb #cpnb-accept-btn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: inline-block;
        width: 100%;
    }
    #cpnb #cpnb-decline-btn {
        border: 0;
        display: inline-block;
        width: 100%;
        padding: 8px 15px;
    }
    #cpnb-settings-btn {
        border: 0;
        border-top: 1px solid #fff;
        display: inline-block;
        width: 100%;
        padding: 8px 15px;
    }
    #cpnb #cpnb-moreinfo-btn {
        border: 0;
        border-top: 1px solid #fff;
        display: inline-block;
        width: 100%;
        padding: 8px 15px;
    }

}


/* @media screen and (max-width:1024px) {
    #cpnb .cpnb-inner {
        max-width: 700px;
        margin: 0 auto;
    }
    #cpnb .cpnb-message  {
        padding: 20px;
        text-align: center;
    }
} */