
/* otsikointia (kielikoodit) */
span.label {
	font-weight: bold;
	font-style: normal;
	display: inline;
}

article {
	line-height: 1.5;
}

/* HAKUSANAN TIEDOT */
.hakusanantiedot {
	font-family: "Noto Serif", Serif;
	display: block;
	margin-bottom: 1rem;
}
h1.hakusana {
	font-style: normal;
  	font-size: 1.5rem;
  	display: inline;
  	color: #303030;
}

/* SANALUOKKA */
span.sanaluokka {
	font-style: normal;
  	font-weight: bold;
  	display: inline;
}

/* KAYTTOALA JA TYYLILAJI */
span.kayttoala {
  	display: inline;
}
span.tyylilaji {
	font-style: normal;
  	font-weight: normal;
  	display: inline;
}

/* TAIVUTUS */
span.taivutus {
	font-style: normal;
  	font-weight: normal;
  	display: inline;
}

/* ÄÄNTÄMISOHJE */
span.ao {
	font-style: normal;
	font-weight: normal;
	display: inline;
}


/* VASTINEET */
span.vastine {
	font-style: normal;
  	font-weight: bold;
  	/*color: black;*/
  	display: inline;
}

/* ETYMOLOGIA */
span.etym {
	font-style: normal;
  	font-weight: normal;
  	/*color: black;*/
  	display: block;
}
span.etym-inline {
	font-style: normal;
  	font-weight: normal;
  	/*color: black;*/
  	display: inline;
}

/* SUOSITUS */
span.rek {
	font-style: normal;
  	font-weight: bold;
  	/*color: green;*/
  	display: inline;	
}
span.norek {
	font-style: normal;
  	font-weight: normal;
  	/*color: red;*/
  	display: inline;
}

/* ESIMERKIT */
.esimlohko {
	margin-left: -1rem;
	margin-top: 0.8rem;
	/*border-left: 5px solid #4888bd;*/
	display: block;
}
.esimerkki {
	font-style: normal;
	font-weight: normal;
	display: block;
}



/* VIITTAUKSET */

span.viittaus {
	font-style: normal;
	/*font-weight: bold;*/
	display: block;
	/*color: grey;*/
}



/* MUITA KOROSTUKSIA */
.korostus {
	font-style: italic;
}
.ei-korostusta {
	font-style: normal;
}
