﻿/* Part-of-speech, homonym and grammar-related labels. */

span.ps {
	font-style:italic;
}
span.homonym { 
	font-size:0.625rem; 
	vertical-align:super; 
	font-weight:normal; 
	font-style:normal 
}
span.psGroup {
	/*font-style: italic;*/
}
span.gr {
	font-style:italic;
}
span.grGroup {
 	font-style:normal;
}

/* In entry header (headgroup) area: */
span.hg-psGroup {
	/*font-style: italic;*/
	font-size:1.875rem;
}

span.hg-ps {
	font-size:1.875rem;
	font-style:italic;
}
span.hg-gr {
	font-style:italic;
}
span.hg-grGroup {
	/*font-style: italic;*/
}
span.hg-homonym { 
	font-size:small; 
	vertical-align:super; 
	font-weight:bold; 
	font-style:normal; 
}

span.hg-punctuation-conjunction {
	font-style:normal
}

span.hg-punctuation-conjunction-abbrev {
	font-style:normal;
	display:none
}

/*Mobile phones*/
@media screen and (min-width:768px) and (max-width: 992px) {
span.hg-psGroup {
	display:block;
}
}

/*Mobile phones*/
@media screen and (max-width: 1190px) {

span.homonym { 
	font-size:0.625rem; 
	vertical-align:super; 
	font-weight:normal; 
	font-style:normal 
}
span.psGroup {
	/*font-style: italic;*/
}
span.gr {
	font-style:italic;
}
span.grGroup {
 	font-style:normal;
}

/* In entry header (headgroup) area: */
span.hg-psGroup {
	/*font-style: italic;*/
	font-size:1.563rem;
}

span.hg-ps {
	font-size:1.563rem;
	font-style:italic;
}
span.hg-gr {
	font-style:italic;
}
span.hg-grGroup {
	/*font-style: italic;*/
}
span.hg-homonym { 
	font-size:small; 
	vertical-align:super; 
	font-weight:bold; 
	font-style:normal; 
}
}



