/**
 * Sitting a test -- the one row that is not a field.
 *
 * The school is shown, not entered: it is read from the network the student is
 * sitting in. It keeps the label of a field so the four rows line up, but the
 * value under it has to read as text and not as a filled-in input, or it
 * invites a click that does nothing.
 */

.etest-testing__school-name {
	font-weight: 600;
	line-height: 1.4;

	/* the height of an input's text, without its box: the row sits in the
	   rhythm of the fields below it while plainly not being one */
	padding: 2px 0 4px;
}

/* nothing recognised yet -- the popup shows a notice instead, and an empty
   label above nothing is just a stray word */
.etest-form__body[hidden],
.etest-form__actions[hidden] {
	display: none;
}
