_$(document).ready(function(){
	if (_$('.col-main .my-account').length)
	{
		_$('.wrapper').addClass('customer-account-container');
	}
});
