/**
 * MHRD RecExcite customer account form
 */
 
 

/* form */
main > form.content#RecExcite-customer {
	display: block;
	width: auto;
	margin: 10px 0px 35px 0px;
}

	/* section */
	main > form.content#RecExcite-customer section {
		display: block;
		width: 90%;
		margin: auto;
	}

		/* field label */
		main > form.content#RecExcite-customer section > label {
			width: calc( 28% - 10px );
		}
		
		/* field input container */
		main > form.content#RecExcite-customer section > span {
			width: 72%;
		}
		
		
	/* InDistrict label */
	main > form.content#RecExcite-customer .InDistrict {
		display: none;
	}
		main > form.content#RecExcite-customer .InDistrict.show {
			display: block;
		}
		
		/* main > form.content#RecExcite-customer .InDistrict h6 {
			color: rgb(14,64,14);
		} */