$(document).ready(function () {
	$(".list-box:nth-child(odd)").css("clear","left");
	$(".printFaqs").show();
});

