/* 
 * responsive.css - Responsive CSS styles used within the plugin
 */

/* Medium desktops */
@media only screen and (max-width: 1199px) {
    
}

/* iPad & below */
@media only screen and (max-width: 1024px) {
    .note_count1 .cbin_note, .note_count2 .cbin_note, .note_count3 .cbin_note, .note_count4 .cbin_note {
        width: 100%;
    }
}

/* Smaller desktop */
@media only screen and (max-width: 959px) {
    
}

/* Mobile devices */
@media only screen and (max-width: 767px) {
    .cbin_note.two_column {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}


@media only screen and (max-width: 525px) {
    
}


@media only screen and (max-width: 479px) {
    
}