jQuery(document).ready(function(){




jQuery("#topscore1 td:eq(1)").addClass('marginleft');
jQuery("#topscore1 td:eq(2)").addClass('marginleft');

jQuery(".superligaen .row1 :nth-child(2) a").addClass('adjustleft');
jQuery(".superligaen .row1 :nth-child(3) a").addClass('adjustleft');
jQuery(".superligaen .row2 :nth-child(2) a").addClass('adjustleft');
jQuery(".superligaen .row2 :nth-child(3) a").addClass('adjustleft');
jQuery(".superligaen .row3 :nth-child(2) a").addClass('adjustleft');
jQuery(".superligaen .row3 :nth-child(3) a").addClass('adjustleft');

});


