$(document).ready(function(){
  $("div.bttn").width($('.bttn a').width() + 10);
});

