.cbrb_container {
    
}
.cbrb_container input[type="radio"] + strong {
    margin-right: 60px;
    font-weight: normal !important;
    color: #555 !important;
}
.cbrb_container h5,
.sfwd-courses .entry-content .cbrb_container h5,
.sfwd-lessons .entry-content .cbrb_container h5,
.sfwd-topic .entry-content .cbrb_container h5 {
    font: normal 14px/20px 'Noto Sans';
    color: #222;
}

/* Alternative layout */
.cbrb_container .radio_button_container {
    display: inline-block;
}
.cbrb_container .down_the_page .radio_button_container {
    display: block;
    margin-bottom: 8px;
}


/* Feedback messages */
.cbrb_feedback {
    display: none;    
    color: #aaaaaa;
    font-size: 12px;
    margin-top: 0;
}
.cbrb_feedback.cbrb_success {
    
}
.cbrb_feedback.cbrb_error {
    color: #ffa500;
}