/* submission.css / Cedric / 05.02.18 */


/* Author and affilition page, hidding title, position and state  */
.author-container > .form-group:nth-of-type(2),
.author-container > .form-group:nth-of-type(6),
.affiliation-container > .form-group:nth-of-type(4) {
    display: none;
}