.cbt_container {
    
}
.cbt_container h3,
.sfwd-topic .entry-content .cbt_container h3, 
.sfwd-lessons .entry-content .cbt_container h3 {
    margin-top: 0;
}
.cbt_container .cbin_note_header h4,
.sfwd-topic .entry-content .cbt_container h4, 
.sfwd-lessons .entry-content .cbt_container h4 {
    color: #333;
    margin-bottom: 20px;
}
.cbt_container h5,
.sfwd-topic .entry-content .cbt_container h5, 
.sfwd-lessons .entry-content .cbt_container h5 {
    color: #222;
    font-size: 14px;
    font-weight: normal;
}
.cbt_container input[type=text] {
    width: 100%;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
}
.cbt_container input[type=text]:focus {
    background: #fff;
}
.cbt_container textarea {
    min-height: 95px;
    width: 100%;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
}
.cbt_container textarea:focus {
    background: #fff;
}
.cbt_container .cbt_table_wrapper {
    margin: 0 -8px;
}
.cbt_container table.cbt {
    border: 0;
    border-collapse: separate;
    border-spacing: 8px;
    margin-bottom: 0;
}
.cbt_container table.cbt th {
    background: #222;
    color: #fff;
    text-transform: none;
    text-align: center;
    border-left: 1px solid #555;
    padding: 4px 5px;
    font-weight: normal;
    font: normal 14px/20px 'Arimo', sans-serif;
}
.cbt_container table.cbt th.first_col {
    border-left: 0;
}
.cbt_container table.cbt th.hidden_th {
    background: transparent;
    border-left: 0;
}
.cbt_container table.cbt th.html_content {
    background: transparent;
    border-left: 0;
    vertical-align: top;
    color: #222;
    text-align: left;
    font: normal 14px/20px 'Noto Sans', sans-serif;
    
}
.cbt_container table.cbt td {
    border: 0;
    padding: 8px 0;
    padding: 0;
    vertical-align: top;
}
.cbt_container table.cbt td.html_content {
    vertical-align: top;
}
/* Column layout #1, first column wider */
.cbt_container .layout1.col_count2 th { width: 50%; }
.cbt_container .layout1.col_count3 th { width: 25%; }
.cbt_container .layout1.col_count4 th { width: 16.66%; }
.cbt_container .layout1.col_count5 th { width: 10%; }
.cbt_container .layout1.col_count6 th { width: 8.33%; }
.cbt_container .layout1 th.first_col  { width: 50%; }
/* Column layout #2, first column narrower */
.cbt_container .layout2.col_count2 th { width: 80%; }
.cbt_container .layout2.col_count3 th { width: 40%; }
.cbt_container .layout2.col_count4 th { width: 26.66%; }
.cbt_container .layout2.col_count5 th { width: 20%; }
.cbt_container .layout2.col_count6 th { width: 13.33%; }
.cbt_container .layout2 th.first_col  { width: 20%; }
/* Column layout #3, evenly spaced columns */
.cbt_container .layout3.col_count2 th { width: 50%; }
.cbt_container .layout3.col_count3 th { width: 33.33%; }
.cbt_container .layout3.col_count4 th { width: 25%; }
.cbt_container .layout3.col_count5 th { width: 20%; }
.cbt_container .layout3.col_count6 th { width: 16.66%; }
/* Column layout #4, last column wider */
.cbt_container .layout4.col_count2 th { width: 50%; }
.cbt_container .layout4.col_count3 th { width: 25%; }
.cbt_container .layout4.col_count4 th { width: 16.66%; }
.cbt_container .layout4.col_count5 th { width: 10%; }
.cbt_container .layout4 th.last_col   { width: 50%; }

/* HTML Content */
.cbt_container .cbt_col_left {
    float: left;
    width: 33%;
    margin-right: 1%;
}
.cbt_container .cbt_col_right {
    float: left;
    width: 66%;
}


.cbt_button_container {
    background: #c0e3f0;
    margin: 30px -70px 0 -70px;
    padding: 12px 70px;
    text-align: center;
}

/* Feedback messages */
.cbt_feedback {
    display: none;
    margin-top: 10px;
    
    color: #aaaaaa;
    font-size: 12px;
    margin-top: 0;
}
.cbt_feedback.cbt_success {
    
}
.cbt_feedback.cbt_error {
    color: #ffa500;
}


.cbt_container .ui-state-hover {
    font-weight: normal;
}


/* Printable contents */
.cbt_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;
    display: none;
}