
/* Hide progress bar for aotmp */
/* hide all by default first , then only show for non aotmp branches */

body .ef-my-courses-progress-bar,
body  .ef-course-progress-bar{
    display: none;
    
}

body.branches .ef-my-courses-progress-bar,
body.branches .ef-course-progress-bar{
    display: block;
    
}
body.branches.branch-170 .ef-my-courses-progress-bar,
body.branches.branch-170 .ef-course-progress-bar{
    display: none;
    
}
