$(document).ready(function() {
    $('.footer-nav').corner('5px');
    $('.incredible-box-inner').corner("round 6px").parent().css('padding', '1px').corner("round 6px");
    $('.search-panel, .btn').corner('3px'); 
        $('.tire-locations-distance').corner('6px');
    	$('.tire-locations-contacts').corner("6px");
    	$('.tire-locations-map').corner("6px");
    	$('.tire-details-block-top').corner("round top 3px");
    	$('.specific-section').corner("6px");          
 });
