.cbsf_container {
    
}
.cbsf_container .cb_left {
    width: 48%;
}
.cbsf_container .cb_right {
    width: 48%;
}
.cbsf_container .cb_col {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.cbsf_container .cb_col.last {
    margin-right: 0;
}
.sfwd-topic .entry-content .cbsf_container .cb_col h4 {
    margin-top: 0;
}
.cbsf_container textarea {
    width: 100%;
    min-height: 120px;
    display: block;
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}
.cbsf_container label {
    display: block;
}
.cbsf_container label.market_segment_nickname {
    background: #222;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
}
.cbsf_container select {
    width: 100%;
    max-width: 100%;
}
.cbsf_container .buddyboss-select {
    width: 100%;
    max-width: 100%;
}
.cbsf_container .buddyboss-select-inner {
    color: #222;
    border-color: #898989;
    background: #dedede;
}

.sfwd-topic .entry-content .cbsf_container ul li {
    line-height: 21px;
    margin-bottom: 15px;
}
.sfwd-topic .entry-content .cbsf_container ul li p {
    line-height: 21px;
    margin: 5px 0;
}

/* Feedback messages */
.cbsf_feedback {
    display: none;    
    color: #aaaaaa;
    font-size: 12px;
    margin-top: 0;
}
.cbsf_feedback.cbd_success {
    
}
.cbsf_feedback.cbd_error {
    color: #ffa500;
}


/* Printable contents */
.cbsf_container .textarea_print {
    background: #fafafa;
    border: 1px solid #d4d4d4;
    padding: 15px;
    font: normal 14px/19px 'Noto Sans', sans-serif;

    background: transparent;
    border-width: 0;
    padding: 0;

    font: normal 9pt/15pt 'Noto Sans', sans-serif;
    margin-bottom: 20px;
    display: none;
}