.cbp_container {
    
}
.cbp_container h3,
.sfwd-topic .entry-content .cbp_container h3, 
.sfwd-lessons .entry-content .cbp_container h3 {
    margin-top: 0;
}
.cbp_container .cbin_note_header h4,
.sfwd-topic .entry-content .cbp_container h4, 
.sfwd-lessons .entry-content .cbp_container h4 {
    color: #333;
    margin-bottom: 20px;
}
.cbp_container h5,
.sfwd-topic .entry-content .cbp_container h5, 
.sfwd-lessons .entry-content .cbp_container h5 {
    color: #222;
    font-size: 14px;
    font-weight: normal;
}
.cbp_container .cbp_row {
    margin: 15px 0;
}
.cbp_container .cbp_rows div:last-of-type {
    margin-bottom: 0;
}
.cbp_container .cb_left {
    float: left;
    width: 33%;
}
.cbp_container .cb_right {
    float: right;
    width: 67%;
}
.entry-content .cbp_container h5, .sfwd-lessons .entry-content .cbp_container h5, .sfwd-topic .entry-content .cbp_container h5 {
    color: #222;
    font: normal 14px/19px 'Noto Sans';
    margin-bottom: 4px;
}
.cbp_container input[type=text], .cbp_container textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
}
.cbp_container input[type=text]:focus, .cbp_container textarea:focus {
    background: #fff;
}
.cbp_container textarea {
    min-height: 90px;
}
.cbp_container .cbp_row p:last-child {
    margin-bottom: 0;
}


.cbp_button_container {
    background: #c0e3f0;
    margin: 30px -70px 0 -70px;
    padding: 12px 70px;
    text-align: center;
}

/* Feedback messages */
.cbp_feedback {
    display: none;
    margin-top: 10px;
    
    color: #aaaaaa;
    font-size: 12px;
    margin-top: 0;
}
.cbp_feedback.cbp_success {
    
}
.cbp_feedback.cbp_error {
    color: #ffa500;
}