/**
 * @author mkolonko
 */
$(document).ready(function(){
	$(".standardContainer:eq(1)").addClass("text");
});
