$(document.documentElement).addClass('js');

$(document).ready(function(){
        $('#rules').jScrollPane({showArrows:true, scrollbarWidth: 20, arrowSize: 21});
        $('p.check input').prettyCheckboxes({checkboxWidth: 9, checkboxHeight: 9});
        $("select").selectbox();
});

$(window).resize(function(){
        $('#rules').jScrollPane({showArrows:true, scrollbarWidth: 20, arrowSize: 21});
});
