/*
	hide Telephone on the registration form
*/




#entrantForm > div > ul > li:nth-child(6) > form-field > div > form-input > div {
	display:none;
}
