jQuery(document).ready(function() {
    
    jQuery(".not-active").css({"opacity" : "0.2"});
    
});
