$(document).ready(function(){

/* Adrian's code for nice inputs */
$('input').makeNiceInput();

});