.cb_plugin_container.cbdt_container {
    padding-bottom: 40px;
}
.cbdt_container h3,
.sfwd-topic .entry-content .cbdt_container h3, 
.sfwd-lessons .entry-content .cbdt_container h3 {
    margin-top: 0;
}
.cbdt_container .cbin_note_header h4,
.sfwd-topic .entry-content .cbdt_container h4, 
.sfwd-lessons .entry-content .cbdt_container h4 {
    color: #333;
    margin-bottom: 20px;
}
.cbdt_container h5,
.sfwd-topic .entry-content .cbdt_container h5, 
.sfwd-lessons .entry-content .cbdt_container h5 {
    color: #222;
    font-size: 14px;
    font-weight: normal;
}
.cbdt_container .cb_col {
    float: left;
    width: 100%;
}
.cbdt_container.cols_count2 .cb_col {
    width: 50%;
}
.cbdt_container.cols_count3 .cb_col {
    width: 33%;
}
.cbdt_container.cols_count4 .cb_col {
    width: 25%;
}
.cbdt_container.cols_count5 .cb_col {
    width: 20%;
}
.entry-content .cbdt_container ul {
    margin-bottom: 0;
}




.drag_it li {
    width: auto;
}
ul.drag_it li span {
    cursor: move;
    
    cursor: pointer;
    cursor: hand;
    cursor: grab;
    cursor: -webkit-grab;
}
ul.drag_it li span:active {
    cursor: move;
    
    cursor: pointer;
    cursor: hand;
    cursor: grab;
    cursor: grabbing;
    cursor: -webkit-grab;
    cursor: -webkit-grabbing;
}

