div.valg_av_tulaktisk_modus > x-eksempel {display: none}

/*Tilpassing av figuren*/
figure.bok {margin: -0.5rem 0 1.5rem}
figure.bok > figcaption {display: none}
figure.bok sup, figure.bok > div.merknad {display: none}
figure.bok > main {border-color: transparent} /*Hvis vi fjerner den helt, blir det noe tull med margene*/

/*Kantlinjer (PS: gjennomsiktig farge for å holde av plassen kantlinja ellers opptar)*/
table.bokstavoppsett tr:first-child td:not([class='_G1']) {border-top-color: transparent}
table.bokstavoppsett tr:last-child td:not([class='_G1']) {border-bottom-color: transparent}
table.bokstavoppsett td:last-child:not([class='_G1']) {border-right-color: transparent}

/*Bokstaver*/
table.bokstavoppsett div.tulaktisk {
	font-family: var(--skriftfamilie_tulaktisk_brødtekst);
	text-shadow: 1px 1px 0px black;
}
table.bokstavoppsett div.tulaktisk {margin: 0.5rem 0}

/*Svev over bokstaver*/
table.bokstavoppsett td:hover > div.tulaktisk {font-weight: bold}
