.tbl-ccpa-widget {
    float: right;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    font-weight: normal;
    padding-top: 1px;
    cursor: pointer;
}

.tbl-ccpa-widget:before {
    content: '';
    border-right: 1px solid #999999;
    margin-right: 5px;
    margin-left: 5px;
}

.tbl-ccpa-widget.ccpa-bottom {
    padding: 0;
    margin-top: -10px;
}

.tbl-ccpa-widget.ccpa-bottom:before {
    content: none;
}

.tbl-ccpa-widget.ccpa-top:before {
    content: none;
}

.tbl-ccpa-widget.ccpa-bottom-with-disclosure {
    padding: 0;
}