﻿// Change the width of the div outside the facebook like box
$(document).ready(function() {
    $('.fb-like-box').parents('div').css('padding', '0px');
});
