$(document).ready(function() {
 $('.clearField').clearField();
 $('.contentRounded ul li').css('background','url(images/bullet.png) no-repeat left 5px');
 $('.about-us-list li').prepend('-');
 $('.about-us-list li img').css('display','none');
 $('.bLeft ul li').last().css('background','none');
 $('.section_featuredPost ul li').last().css('padding-right','0');
 $(".post-blocks ul li:odd").css('padding-right','0');
 $(".highlighted tr th:nth-child(1)").addClass('tdgreen');
 $(".highlighted tr td:nth-child(1)").addClass('tdgreen');
 $(".common tr th:nth-child(1)").addClass('th-unborder-right');
 $(".common tr th:nth-child(2)").addClass('th-unborder-both');
 $(".common tr th:nth-child(3)").addClass('th-unborder-left');
 $(".common tr th:nth-child(4)").addClass('thtd-blank');
 $(".common tr th:nth-child(5)").addClass('th-green c_rounded');
 $(".common tr td:nth-child(1)").css('font-family','VegurMedium');
 $(".common tr td:nth-child(1)").css('padding-left','20px');
 $(".common tr td:nth-child(1)").last().addClass('td-bordered-bottom-left');
 $(".common tr td:nth-child(3)").last().addClass('td-bordered-bottom-right');
 $(".common tr td:nth-child(4)").addClass('thtd-blank');
 $(".common tr td:nth-child(5)").addClass('td-green');
 $(".common tr td:nth-child(5)").last().addClass('td-bordered-bottom');
 $(".best-companies tr:odd").css('background','#b1d562');
 $(".best-companies tr:nth-child(1)").css('background','#000');
 $(".best-companies tr:nth-child(2)").css('border-top','2px solid #fff !important');
 $(".best-companies tr th:nth-child(1)").addClass('th-unborder-right');
 $(".best-companies tr th:nth-child(3)").addClass('th-unborder-left');
 $(".best-companies tr td:nth-child(1)").addClass('padds-one');
 $(".best-companies tr td:nth-child(2)").css('padding-left', '10px');
 $(".best-companies tr td:nth-child(3)").css('padding-left', '10px');
 $(".best-companies tr th:nth-child(2)").css('padding-right','40px');
 $(".best-companies tr th:nth-child(3)").css('padding-right','20px');
 $(".jobfind-buttons ul li a ").addClass('c_rounded');
 $(".jobs-categories ul").wrap('<div class="jobs-divider"></div>');
 $(".jobs-categories ul").last().css('padding-right','0');
 $(".jobs-divider ul li:last-child").css('border-bottom','none');
 });
