$('document').ready(function() {
  $("#sidebar .box:first").addClass("first");
});