#valg_av_familie, #valg_av_modus {font-weight: bold}
#valg_av_modus optgroup {font-weight: normal}

/*Redigering*/
section#redigering {margin-top: 2rem}
section#redigering > p.merknad {white-space: normal}

/*Tekstområde*/
textarea {
	width: 100%;
	height: 50vh;
	font-family: var(--skriftfamilie_tulaktisk_brødtekst);
	font-size: 12pt;
	line-height: var(--linjehøyde_tulaktisk);
	margin-top: 1.25rem;
	margin-bottom: 1rem;
	padding: 5px;
	resize: vertical;
	overflow: auto;
	padding: 10px 15px;
}
