// source --> https://thebasicsfirst.com/wp-content/plugins/dk-pricr-responsive-pricing-table/inc/js/rpt.min.js?ver=5.1.13 
/**
 * Responsive Pricing Table Front JS (minified)
 * Last updated: Nov 24, 2017 
 */

;(function($){$(document).ready(function(){setTimeout(function(){$('img.rpt_recommended').each(function(){var topPush=($(this).parent().outerHeight()/2)-($(this).height()/2);$(this).css('top',(topPush-2)+'px')})},50)})})(jQuery);