.kb-cs-notify-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15010000;
    background: rgba(0,0,0,.8);
    opacity: .95;
    filter: alpha(opacity=95);
}

.kb-cs-notify-block {
    z-index: 2147483647;
    left: 50%;
    top: 0;
    position: fixed;
    width: 400px;
    margin-left: -200px;
    box-sizing: border-box;
    padding: 12px;
    background: #fff;
    font-family: Roboto,sans-serif;
    -moz-box-shadow: 1px 1px 1px 0 #c9c9c9;
    -webkit-box-shadow: 1px 1px 1px 0 #c9c9c9;
    box-shadow: 1px 1px 1px 0 #c9c9c9;
    border: 1px solid #e8e8e8;
}
.kb-cs-notify-box {
    display: table;
    margin-top: 10px;
}
.kb-cs-notify-block .kb-cs-notify-img {
    width: 65px;
    height: 65px;
    float: left;
    margin: 0 10px 0 0;
}
.kb-cs-notify-block .kb-cs-notify-content {
    display: table-cell;
    vertical-align: top;
}
.kb-cs-notify-block .kb-cs-notify-content h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    line-height: 18px;
}
.kb-cs-notify-block h2 span, .kb-cs-notify-block h3 span {
    color: #4a9400;
}
.kb-cs-notify-block .kb-cs-notify-content .kb-cs-notify-subcontent {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
    line-height: 18px;
    color: #666;
}
.kb-cs-notify-block .kb-cs-notify-btn-block {
    text-align: right;
    padding: 10px 0 0;
    clear: both;
}
.kb-cs-notify-btn-block a.kb-cs-notify-approve, .kb-cs-notify-btn-block a.kb-cs-notify-disapprove {
    padding: 4px 15px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
}
.kb-cs-notify-btn-block a.kb-cs-notify-disapprove {
    border: none;
    border-radius: none;
    text-transform: none;
    text-decoration: underline;
    font-size: 12px;
}

.kb-push-signup-block {
    font-size: 14px;
    min-width: 220px;
    position: fixed;
    bottom: 0;
    right: 3%;
    max-width: 200px;
    z-index:9999999998;
}
.kb-push-signup-toggle-block {
        cursor: pointer;
    background: lightcoral;
    border-radius: 5px 5px 0 0;
    padding: 7px 15px 7px 49px;
    position: relative;
    line-height: 27px;
}
.kb-push-signup-heading {
        display: block;
    position: static;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    /*white-space: nowrap;*/
}
.kb-push-toggle-btn{
    cursor: pointer; 
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 26px; 
    height: 26px;
    border-radius: 2px;
    background: #fff;
}
.kb-push-toggle-btn .icon-plus, .kb-push-toggle-btn .icon-minus{
    text-align: center;
    position: absolute;
    width: 14px;
    height: 1px;
    background: #000000;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -3px;
    display: block;
    font-size: 16px;
    padding: 2px;
}
.kb-push-signup-content {
    border-left: 1px solid;
    border-right: 1px solid;
    background: rgb(255, 255, 255);
    text-align: center;
    display: block;
    padding-bottom: 15px;
}
.kb-push-signup-image {
    text-align: center; 
    padding-top: 18px;
    padding-bottom: 5px;
}

.kb-push-signup-image img {
    width:100px;
    height:100px;
    margin:0 auto;
}
.kb-push-signup-content-info {
    line-height: 16px; text-align: center; margin: 12px 10px 18px;font-size: 13px; color: #000
}
.kb-push-signup-button {
    cursor:pointer;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    background: #fd8222; 
    font-size: 15px;
    padding: 0 26px;
    line-height: 34px; 
    border-radius: 5px; 
    white-space: nowrap;
    display: inline-block;
    text-decoration: none
}
.kbsuccess {
    color: #50ff63 !important;
}
.kberror {
    color: #FF0000 !important;
}

#kb-push-content-data p {
    white-space: pre-wrap;
    word-break: break-all;
}