/* hidding 'state / title / position' on authors and affiliations */
.author-container > .form-group:nth-of-type(6),
.author-container > .form-group:nth-of-type(2),
.affiliation-container > .form-group:nth-of-type(4){
	display: none;
}