/* 
 * 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) {
}

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

/* Mobile devices */
@media only screen and (max-width: 767px) {
    .cbt_container table.cbt th {
        font-size: 12px;
        line-height: 16px;
    }
    .cbt_container input[type=text] {
        padding: 8px 5px;
    }
    
    
    .cbt_container .cbt_col_left {
        float: none;
        width: 100%;
        margin-right: 0%;
    }
    .cbt_container .cbt_col_right {
        float: none;
        width: 100%;
    }
}


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


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