.cbin_note_container {
    
}
.cbin_note {
    box-sizing: border-box;
    margin: 0 0 15px 0;
}
.cbin_notes div:last-of-type {
    margin-bottom: 0;
}
.cbin_note_container h3,
.sfwd-topic .entry-content .cbin_note_container h3, 
.sfwd-lessons .entry-content .cbin_note_container h3 {
    margin-top: 0;
}
.cbin_note_container .cbin_note_header h4,
.sfwd-topic .entry-content .cbin_note_container h4, 
.sfwd-lessons .entry-content .cbin_note_container h4 {
    color: #333;
    margin-bottom: 20px;
}
.cbin_note_container h5,
.sfwd-topic .entry-content .cbin_note_container h5, 
.sfwd-lessons .entry-content .cbin_note_container h5 {
    color: #222;
    font-size: 14px;
    font-weight: normal;
}
.cbin_note_container h5.black_bg,
.sfwd-topic .entry-content .cbin_note_container h5.black_bg, 
.sfwd-lessons .entry-content .cbin_note_container h5.black_bg {
    color: #fff;
    background: #222;
    padding: 4px 8px;
    text-align: center;
}


.cbin_note_container textarea {
    min-height: 70px;
    width: 100%;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
}
.cbin_note_container textarea:focus {
    background: #fff;
}

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

/* Alternate layouts */
.cbin_note.two_column {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.cbin_note.two_column:nth-child(2n+2) {
    margin-right: 0;
}
.cbin_note.two_column:nth-child(2n+1) {
    clear: both;
}

.cbin_note.three_column {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.cbin_note.three_column:nth-child(3n+3) {
    margin-right: 0;
}
.cbin_note.three_column:nth-child(3n+1) {
    clear: both;
}



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


/* JqueryUI Droppable */
.cbin_note_container textarea.ui-state-hover {
    background: #fdfd96;
    border: 1px solid #fcd664;
    font-weight: normal;
}


/* Printable contents */
.cbin_note_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;
}
