﻿.letHead{
		-moz-column-count:1;
		-webkit-column-count:1;
		column-count:1;
		clear:both;
		width:100%;
		text-align:center;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:-12pt;
		margin-left:29.008pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-bottom:3pt;
		padding-top:12pt;
	}
	
	
#content-container {
    margin-top: 150px; /* Regola questa altezza in base alla dimensione della barra */
}	

#alphabet-nav {
    position: fixed;
    top: 50px; /* Adjust this value based on your search bar's height */
    left: 0;
    right: 0;
    background-color: #f9f9f9; /* Background color of the navigation bar */
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for better visibility */
    z-index: 1000; /* Ensure it appears above other elements */
    text-align: center;
    background: linear-gradient(90deg, #2AAA8A, transparent);
}

#alphabet-nav a {
    margin: 0 10px;
    color: #007BFF; /* Link color */
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

#alphabet-nav a:hover {
    text-decoration: underline;
    color: #0056b3; /* Darker blue for hover */
}

body {
    margin-left: 150px; /* Add a left margin to shift content next to the sidebar */
    padding-top: 500px; /* Adjust this to match the height of #search-bar */
}


section {
    margin: 40px 0;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 30px;
}

section:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8em;
    color: #343a40;
    margin-bottom: 15px;
    border-bottom: 2px solid #007BFF;
    display: inline-block;
    padding-bottom: 5px;
}

section p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    color: #495057;
    line-height: 1.6;
    margin-top: 10px;

}



#sidebar {
    position: fixed;
    left: 0;
    top: 60px; /* Push below the search bar */
    height: calc(100% - 60px); /* Adjust height to fit the remaining viewport */
    width: 100px; /* Fixed width for the sidebar */
    background-color: #f8f9fa;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Sidebar list styling */
#sidebar ul {
    list-style-type: none;
    padding: px;
    margin: 0;
}

/* Sidebar links */
#sidebar ul li a {
    text-decoration: none;
    color: #007bff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 00px 0;
    margin-top: 30px;
    transition: color 0.3s ease;
}

#sidebar ul li a:hover {
    color: #0056b3;
}


/* Style for the fixed search bar */
#search-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Style for the title inside the search bar */
#search-bar h1 {
    margin: 0;
    font-size: 1.5em; /* Adjust size as needed */
}

/* Style for the search input */
#search-input {
    padding: 8px;
    width: 200px;
}

/* Style for buttons */
button {
    padding: 8px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

/* Hover effect for buttons */
button:hover {
    background-color: #0056b3;
}

#search-container {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

#alphabet-nav {
    position: fixed;
    top: 50px; /* Adjust this value based on your search bar's height */
    left: 0;
    right: 0;
    background-color: #f9f9f9; /* Background color of the navigation bar */
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for better visibility */
    z-index: 1000; /* Ensure it appears above other elements */
    text-align: center;
    background: linear-gradient(90deg, #2AAA8A, transparent);
}

#alphabet-nav a {
    margin: 0 10px;
    color: #007BFF; /* Link color */
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

#alphabet-nav a:hover {
    text-decoration: underline;
    color: #0056b3; /* Darker blue for hover */
}

body {
    padding-top: 50px; /* Prevent content from overlapping with the fixed navbar */
}


.paragraph-container {
    margin-top: calc(100px + 20px); /* Adjust 100px to the height of #search-bar */
    margin-right: 200px;
    padding: 20px; /* Adjust padding to your design needs */
    background-color: #f9f9f9; /* Optional: Light background for better visibility */
    border: 1px solid #ddd; /* Optional: Border for emphasis */
    border-radius: 5px; /* Optional: Rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow */
}



#dictionary-list {
    margin-top: 10px; /* Adjust based on the height of #search-bar */
    margin-right: 300px;
     
    
}


.highlight {
    border: 2px solid #007bff; /* Blue border */
    background-color: #e6f7ff; /* Light blue background */
    padding: 10px;
    border-radius: 5px; /* Rounded corners */
    margin-bottom: 10px; /* Space below the highlighted item */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for emphasis */
}



	
span[lang|="en"]{
		font-family:'Times New Roman',serif;
	}
span[lang|="en-fonipa"]{
		font-family:'',serif;
	}
span[lang|="ar"]{
		font-family:'Noto Sans Arabic',serif;
	}
span[lang|="id"]{
		font-family:'Times New Roman',serif;
		color:#396;
	}
div.entry{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		margin-left:0pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-bottom:6pt;
		padding-top:6pt;
	}
div.entry span[lang|="en"]{
		font-family:'Times New Roman',serif;
	}
div.entry span[lang|="en-fonipa"]{
	}
div.entry span[lang|="ar"]{
	}
div.entry span[lang|="id"]{
		font-family:'Times New Roman',serif;
		color:#396;
	}
.letter[lang|="en"]{
		font-size:14pt;
		font-weight:bold;
	}
.letter[lang|="en-fonipa"]{
		font-size:14pt;
		font-weight:bold;
	}
.letter[lang|="ar"]{
		font-size:14pt;
		font-weight:bold;
	}
.letter[lang|="id"]{
		font-size:14pt;
		font-weight:bold;
	}
div.minorentryvariant{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:-12pt;
		margin-left:29.008pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-bottom:12pt;
		padding-top:0pt;
	}
div.minorentryvariant span[lang|="en"]{
		font-family:'Times New Roman',serif;
	}
div.minorentryvariant span[lang|="en-fonipa"]{
	}
div.minorentryvariant span[lang|="ar"]{
	}
div.minorentryvariant span[lang|="id"]{
		font-family:'Times New Roman',serif;
		color:#000;
	}
a{
		text-decoration:inherit;
		color:inherit;
	}
*[dir='ltr'], *[dir='rtl']{
		unicode-bidi:isolate;
		unicode-bidi:-ms-isolate;
		unicode-bidi:-moz-isolate;
	}
.entry span[lang|="en"]{
		font-family:'Times New Roman',serif;
	}
.entry span[lang|="en-fonipa"]{
	}
.entry span[lang|="ar"]{
	}
.entry span[lang|="id"]{
		font-family:'Times New Roman',serif;
		color:#396;
	}
.entry{
		clear:both;
		white-space:pre-wrap;
	}
.entry{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		margin-left:0pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-bottom:6pt;
		padding-top:6pt;
		content:'\2022';
	}
.entry> .mainheadword> span[lang|="id"]{
		font-weight:bold;
	}
.entry> .mainheadword> span span[lang|="en"]{
		font-weight:bold;
	}
.entry> .mainheadword> span span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.entry> .mainheadword> span span[lang|="ar"]{
		font-weight:bold;
	}
.entry> .mainheadword> span span[lang|="id"]{
		font-weight:bold;
	}
.entry> .mainheadword> .mainheadwor+ .mainheadwor:before{
		content:' ';
	}
.entry> .mainheadword> span:last-child:after{
		content:' ';
	}
.entry> .mainheadword> span{
		font-weight:bold;
	}
.entry> .dialectlabelsrs:before{
		content:'[';
	}
.entry> .dialectlabelsrs:after{
		content:'] ';
	}
.entry> .dialectlabelsrs .dialectlabelsr> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.entry> .pronunciations> .pronunciation+ .pronunciation:before{
		content:', ';
	}
.entry> .pronunciations:after{
		content:' ';
	}
.entry> .pronunciations .pronunciation> .form> .for+ .for:before{
		content:' ';
	}
.entry> .pronunciations .pronunciation> .form> span:first-child:before{
		content:'[';
	}
.entry> .pronunciations .pronunciation> .form> span:last-child:after{
		content:']';
	}
.entry> .pronunciations .pronunciation> .mediafiles:before{
		content:' ';
	}
.entry> .etymologies> .etymology+ .etymology:before{
		content:' ';
	}
.entry> .etymologies:before{
		content:'(';
	}
.entry> .etymologies:after{
		content:') ';
	}
.entry> .etymologies .etymology> .languages> .language+ .language:before{
		content:', ';
	}
.entry> .etymologies .etymology> .languages .language> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.entry> .etymologies .etymology> .languagenotes> span+span[lang|='id']:before{
		content:' ';
	}
.entry> .etymologies .etymology> .languagenotes> span:first-child:before{
		content:' ';
	}
.entry> .etymologies .etymology> .form> span+span[lang|='en-fonipa']:before{
		content:' ';
	}
.entry> .etymologies .etymology> .form> span:first-child:before{
		content:' ';
	}
.entry> .etymologies .etymology> .gloss> span+span[lang|='id']:before{
		content:' ';
	}
.entry> .etymologies .etymology> .gloss> span:first-child:before{
		content:' ';
	}
.entry> .etymologies .etymology> .comment> span+span[lang|='id']:before{
		content:' ';
	}
.entry> .etymologies .etymology> .comment> span:first-child:before{
		content:' ';
	}
.entry> .visiblevariantentryrefs> .visiblevariantentryref+ .visiblevariantentryref:before{
		content:', ';
	}
.entry> .visiblevariantentryrefs:before{
		content:'{';
	}
.entry> .visiblevariantentryrefs:after{
		content:'} ';
	}
.entry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="en"]{
		font-style:italic;
	}
.entry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="ar"]{
		font-style:italic;
	}
.entry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="id"]{
		font-style:italic;
	}
.entry> .visiblevariantentryrefs> .visiblevariantentryref+.variantentrytypes:before{
		content:', ';
	}
.entry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype{
		font-style:italic;
	}
.entry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype> .reverseabbr> .reverseabb+ .reverseabb:before{
		content:' ';
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries> .referencedentry+ .referencedentry:before{
		content:', ';
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries:before{
		content:' ';
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span[lang|="id"]{
		font-weight:bold;
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="en"]{
		font-weight:bold;
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="ar"]{
		font-weight:bold;
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="id"]{
		font-weight:bold;
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> .headwor+ .headwor:before{
		content:' ';
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span{
		font-weight:bold;
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .dialectlabelsrs:before{
		content:' [';
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .dialectlabelsrs:after{
		content:']';
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .dialectlabelsrs .dialectlabelsr> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .glossorsummary> .glossorsummar+ .glossorsummar:before{
		content:' ';
	}
.entry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .glossorsummary> span:first-child:before{
		content:' ';
	}
.entry> .senses > .sensecontent .sensenumber{
		font-weight:bold;
	}
.entry> .senses > .sensecontent .sensenumber:after{
		content:'. ';
	}
.entry> .senses > .sensecontent{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:-12pt;
		margin-left:31.843pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-bottom:0pt;
		padding-top:0pt;
		display:block;
	}
.entry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="en"]{
		font-style:italic;
	}
.entry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="ar"]{
		font-style:italic;
	}
.entry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="id"]{
		font-style:italic;
	}
.entry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis:after{
		content:'  ';
	}
.entry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis{
		font-style:italic;
	}
.entry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis> .partofspeech> .partofspeec+ .partofspeec:before{
		content:' ';
	}
.entry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis> .morphtypes> .morphtype+ .morphtype:before{
		content:' ';
	}
.entry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis> .morphtypes:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="en"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="ar"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="id"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .morphosyntaxanalysis:after{
		content:'  ';
	}
.entry> .senses > .sensecontent > .sense> .morphosyntaxanalysis{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .morphosyntaxanalysis> .partofspeech> .partofspeec+ .partofspeec:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .morphosyntaxanalysis> .morphtypes> .morphtype+ .morphtype:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .morphosyntaxanalysis> .morphtypes:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .restrictions> span[lang|="en"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .restrictions> span span[lang|="en"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .restrictions> span span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .restrictions> span span[lang|="ar"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .restrictions> span span[lang|="id"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .restrictions> .restriction+ .restriction:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .restrictions> span:first-child:before{
		content:' (';
	}
.entry> .senses > .sensecontent > .sense> .restrictions> span:last-child:after{
		content:')';
	}
.entry> .senses > .sensecontent > .sense> .restrictions> span{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .gloss> span.writingsystemprefix{
		font-size:8pt;
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .gloss> span.writingsystemprefix:after{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .gloss> span.writingsystemprefix ~ span.writingsystemprefix:before{
		content:'- ';
	}
.entry> .senses > .sensecontent > .sense> .gloss> span:first-child:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .gloss> span:last-child:after{
		content:';';
	}
.entry> .senses > .sensecontent > .sense> .definition> span.writingsystemprefix{
		font-size:8pt;
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .definition> span.writingsystemprefix:after{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .definition> span.writingsystemprefix ~ span.writingsystemprefix:before{
		content:' - - ';
	}
.entry> .senses > .sensecontent > .sense> .definition> span:first-child:before{
		content:' - -';
	}
.entry> .senses > .sensecontent > .sense> .definition> span:last-child:after{
		content:'  ';
	}
.entry> .senses > .sensecontent > .sense> .scientificname span[lang|="en"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .scientificname span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .scientificname span[lang|="ar"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .scientificname span[lang|="id"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .scientificname:before{
		content:' [';
	}
.entry> .senses > .sensecontent > .sense> .scientificname:after{
		content:']';
	}
.entry> .senses > .sensecontent > .sense> .scientificname{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .dialectlabelsrs:before{
		content:' [';
	}
.entry> .senses > .sensecontent > .sense> .dialectlabelsrs:after{
		content:']';
	}
.entry> .senses > .sensecontent > .sense> .dialectlabelsrs .dialectlabelsr> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .examplescontents> span+ span:before{
		content:'  ';
	}
.entry> .senses > .sensecontent > .sense> .examplescontents:before{
		content:'  ';
	}
.entry> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span[lang|="id"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span span[lang|="en"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span span[lang|="ar"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span span[lang|="id"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> .exampl+ .exampl:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span:last-child:after{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .translationcontents:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .translationcontents .translationcontent> .translation> .translatio+ .translatio:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .encyclopedicinfo span[lang|="en"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .encyclopedicinfo span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .encyclopedicinfo span[lang|="ar"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .encyclopedicinfo span[lang|="id"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .encyclopedicinfo{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .encyclopedicinfo> .encyclopedicinf+ .encyclopedicinf:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .encyclopedicinfo:before{
		content:' (';
	}
.entry> .senses > .sensecontent > .sense> .encyclopedicinfo:after{
		content:') ';
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent span[lang|="en"]{
		font-family:'Times New Roman',serif;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent span[lang|="en-fonipa"]{
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent span[lang|="ar"]{
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent span[lang|="id"]{
		font-family:'Times New Roman',serif;
		color:#396;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:0pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-right:21pt;
		margin-left:21pt;
		display:block;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:0pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-right:21pt;
		margin-left:21pt;
		display:block;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:0pt;
		margin-left:-10.843pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-right:21pt;
		display:block;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:0pt;
		margin-left:-10.843pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-right:21pt;
		display:block;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .discussion> .discussio+ .discussio:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .discussion> span:first-child:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents> span+ span:before{
		content:'  ';
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents:before{
		content:'  ';
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents .examplescontent> .example> span[lang|="id"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents .examplescontent> .example> span span[lang|="en"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents .examplescontent> .example> span span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents .examplescontent> .example> span span[lang|="ar"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents .examplescontent> .example> span span[lang|="id"]{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents .examplescontent> .example> .exampl+ .exampl:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents .examplescontent> .example> span:last-child:after{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents .examplescontent> .example> span{
		font-style:italic;
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents .examplescontent> .translationcontents .translationcontent> .translation> .translatio+ .translatio:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .extendednotecontents .extendednotecontent> .examplescontents .examplescontent> .translationcontents .translationcontent> .translation> span:first-child:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .subentries> span+ span:before{
		content:';  ';
	}
.entry> .senses > .sensecontent > .sense> .subentries:before{
		content:' ';
	}
.entry> .senses > .sensecontent > .sense> .senses> span.sensecontent+ span:before{
		content:', ';
	}
.entry> .senses > .sensecontent > .sense> .senses:before{
		content:'  ';
	}
.entry> .senses > .sensecontent > .sense> .senses > .sensecontent .sensenumber{
		font-weight:bold;
	}
.entry> .senses > .sensecontent > .sense> .senses > .sensecontent .sensenumber:after{
		content:' ';
	}
.entry> .grouping_referencessection span[lang|="en"]{
		font-family:'Times New Roman',serif;
	}
.entry> .grouping_referencessection span[lang|="en-fonipa"]{
	}
.entry> .grouping_referencessection span[lang|="ar"]{
	}
.entry> .grouping_referencessection span[lang|="id"]{
		font-family:'Times New Roman',serif;
		color:#396;
	}
.entry> .grouping_referencessection{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:0pt;
		margin-left:21pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-right:21pt;
		display:block;
	}
.entry> .grouping_referencessection{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:0pt;
		margin-left:21pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-right:21pt;
		display:block;
	}
.entry> .grouping_referencessection> .complexformentryrefs> span+ span:before{
		content:' + ';
	}
.entry> .grouping_referencessection> .complexformentryrefs:before{
		content:'(';
	}
.entry> .grouping_referencessection> .complexformentryrefs:after{
		content:') ';
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .complexformtypes .complexformtype span[lang|="en"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .complexformtypes .complexformtype span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .complexformtypes .complexformtype span[lang|="ar"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .complexformtypes .complexformtype span[lang|="id"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .complexformtypes> .complexformtype+ .complexformtype:before{
		content:', ';
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .complexformtypes .complexformtype{
		font-style:italic;
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .complexformtypes .complexformtype> .reverseabbr> .reverseabb+ .reverseabb:before{
		content:' ';
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .referencedentries> .referencedentry+ .referencedentry:before{
		content:', ';
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .referencedentries:before{
		content:' ';
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .referencedentries .referencedentry> .headword> span[lang|="id"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .referencedentries .referencedentry> .headword> span span[lang|="en"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .referencedentries .referencedentry> .headword> span span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .referencedentries .referencedentry> .headword> span span[lang|="ar"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .referencedentries .referencedentry> .headword> span span[lang|="id"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .referencedentries .referencedentry> .headword> .headwor+ .headwor:before{
		content:' ';
	}
.entry> .grouping_referencessection> .complexformentryrefs .complexformentryref> .referencedentries .referencedentry> .headword> span{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .comment> span[lang|="en"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .comment> span span[lang|="en"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .comment> span span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .comment> span span[lang|="ar"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .comment> span span[lang|="id"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .comment> .commen+ .commen:before{
		content:' ';
	}
.entry> .grouping_referencessection> .comment> span:first-child:before{
		content:' ';
	}
.entry> .grouping_referencessection> .comment> span{
		font-style:italic;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants> .variantformentrybackref_inflectional-variants+ .variantformentrybackref_inflectional-variants:before{
		content:';';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants:before{
		content:' [';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants:after{
		content:'] ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants> .variantentrytypes .variantentrytype span[lang|="en"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants> .variantentrytypes .variantentrytype span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants> .variantentrytypes .variantentrytype span[lang|="ar"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants> .variantentrytypes .variantentrytype span[lang|="id"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants> .variantformentrybackref_inflectional-variants+.variantentrytypes:before{
		content:', ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants> .variantentrytypes .variantentrytype{
		font-style:italic;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants> .variantentrytypes .variantentrytype> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants .variantformentrybackref_inflectional-variants> .headword> span[lang|="id"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants .variantformentrybackref_inflectional-variants> .headword> span span[lang|="en"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants .variantformentrybackref_inflectional-variants> .headword> span span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants .variantformentrybackref_inflectional-variants> .headword> span span[lang|="ar"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants .variantformentrybackref_inflectional-variants> .headword> span span[lang|="id"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants .variantformentrybackref_inflectional-variants> .headword> .headwor+ .headwor:before{
		content:', ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants .variantformentrybackref_inflectional-variants> .headword> span:first-child:before{
		content:' ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants .variantformentrybackref_inflectional-variants> .headword> span{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants .variantformentrybackref_inflectional-variants> .variantentrydialectlabels:before{
		content:' [';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants .variantformentrybackref_inflectional-variants> .variantentrydialectlabels:after{
		content:']';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs_inflectional-variants .variantformentrybackref_inflectional-variants> .variantentrydialectlabels .variantentrydialectlabel> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs> .variantformentrybackref+ .variantformentrybackref:before{
		content:';';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs:before{
		content:' ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs:after{
		content:' ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs> .variantentrytypes .variantentrytype span[lang|="en"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs> .variantentrytypes .variantentrytype span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs> .variantentrytypes .variantentrytype span[lang|="ar"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs> .variantentrytypes .variantentrytype span[lang|="id"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs> .variantformentrybackref+.variantentrytypes:before{
		content:', ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs> .variantentrytypes .variantentrytype{
		font-style:italic;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs> .variantentrytypes .variantentrytype> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs .variantformentrybackref> .headword> span[lang|="id"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs .variantformentrybackref> .headword> span span[lang|="en"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs .variantformentrybackref> .headword> span span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs .variantformentrybackref> .headword> span span[lang|="ar"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs .variantformentrybackref> .headword> span span[lang|="id"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs .variantformentrybackref> .headword> .headwor+ .headwor:before{
		content:', ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs .variantformentrybackref> .headword> span:first-child:before{
		content:' ';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs .variantformentrybackref> .headword> span{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .variantformentrybackrefs .variantformentrybackref> .variantentrydialectlabels:before{
		content:' [';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs .variantformentrybackref> .variantentrydialectlabels:after{
		content:']';
	}
.entry> .grouping_referencessection> .variantformentrybackrefs .variantformentrybackref> .variantentrydialectlabels .variantentrydialectlabel> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.entry> .grouping_referencessection> .minimallexreferences> span+ span:before{
		content:'; ';
	}
.entry> .grouping_referencessection> .minimallexreferences:before{
		content:' ';
	}
.entry> .grouping_referencessection> .minimallexreferences:after{
		content:'. ';
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .ownertype_abbreviation> span[lang|="en"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .ownertype_abbreviation> span span[lang|="en"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .ownertype_abbreviation> span span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .ownertype_abbreviation> span span[lang|="ar"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .ownertype_abbreviation> span span[lang|="id"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .ownertype_abbreviation> .ownertype_abbreviatio+ .ownertype_abbreviatio:before{
		content:' ';
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .ownertype_abbreviation> span{
		font-style:italic;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget span[lang|="en"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget span[lang|="ar"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget span[lang|="id"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets> .configtarget+ .configtarget:before{
		content:', ';
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets:before{
		content:' ';
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget> .headword> span[lang|="id"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget> .headword> span span[lang|="en"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget> .headword> span span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget> .headword> span span[lang|="ar"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget> .headword> span span[lang|="id"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget> .headword> .headwor+ .headwor:before{
		content:' ';
	}
.entry> .grouping_referencessection> .minimallexreferences .minimallexreference> .configtargets .configtarget> .headword> span{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries> .complexformsnotsubentry+ .complexformsnotsubentry:before{
		content:', ';
	}
.entry> .grouping_referencessection> .complexformsnotsubentries:before{
		content:' ';
	}
.entry> .grouping_referencessection> .complexformsnotsubentries> .complexformtypes .complexformtype span[lang|="en"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries> .complexformtypes .complexformtype span[lang|="en-fonipa"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries> .complexformtypes .complexformtype span[lang|="ar"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries> .complexformtypes .complexformtype span[lang|="id"]{
		font-style:italic;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries> .complexformsnotsubentry+.complexformtypes:before{
		content:', ';
	}
.entry> .grouping_referencessection> .complexformsnotsubentries> .complexformtypes .complexformtype{
		font-style:italic;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries> .complexformtypes .complexformtype> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .headword> span[lang|="id"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .headword> span span[lang|="en"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .headword> span span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .headword> span span[lang|="ar"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .headword> span span[lang|="id"]{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .headword> .headwor+ .headwor:before{
		content:' ';
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .headword> span:first-child:before{
		content:' ';
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .headword> span{
		font-weight:bold;
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .definitionorglosses> .definitionorgloss+ .definitionorgloss:before{
		content:' ';
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .definitionorglosses> span:first-child:before{
		content:' ';
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .owningentry_summarydefinition> .owningentry_summarydefinitio+ .owningentry_summarydefinitio:before{
		content:' ';
	}
.entry> .grouping_referencessection> .complexformsnotsubentries .complexformsnotsubentry> .owningentry_summarydefinition> span:first-child:before{
		content:' ';
	}
.entry> .subentries .subentry span[lang|="en"]{
		font-family:'Times New Roman',serif;
	}
.entry> .subentries .subentry span[lang|="en-fonipa"]{
	}
.entry> .subentries .subentry span[lang|="ar"]{
	}
.entry> .subentries .subentry span[lang|="id"]{
		font-family:'Times New Roman',serif;
		color:#396;
	}
.entry> .subentries .subentry{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:-9pt;
		margin-left:30pt;
		flex-line-height:12pt;
		line-height:12pt;
		display:block;
	}
.entry> .subentries .subentry:before{
		content:'\2022';
		font-size:10pt;
		color:Black;
	}
.entry .picturesofsenses .picturesofsense{
		float:right;
		text-align:center;
		margin:0pt 0pt 4pt 4pt;
		padding:2pt;
		float:right;
	}
.entry .picturesofsenses .picturesofsense img{
		max-height:1in;
	}
.entry> .picturesofsenses .picturesofsense span[lang|="en"]{
		font-family:'Times New Roman',serif;
	}
.entry> .picturesofsenses .picturesofsense span[lang|="en-fonipa"]{
	}
.entry> .picturesofsenses .picturesofsense span[lang|="ar"]{
	}
.entry> .picturesofsenses .picturesofsense span[lang|="id"]{
		font-family:'Times New Roman',serif;
		color:#000;
	}
.entry> .picturesofsenses> div+ div:before{
		content:'  ';
	}
.entry> .picturesofsenses .picturesofsense{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:0pt;
		margin-left:21pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-bottom:12pt;
		padding-top:0pt;
	}
.entry> .picturesofsenses .picturesofsense> .captionContent .thumbnail> .thumbnai+ .thumbnai:before{
		content:' ';
	}
.entry> .picturesofsenses .picturesofsense> .captionContent  img:before{
		content:' ';
	}
.entry> .picturesofsenses .picturesofsense> .captionContent .caption> .captio+ .captio:before{
		content:' ';
	}
.entry> .picturesofsenses .picturesofsense> .captionContent .creator:before{
		content:' ';
	}
.entry> .picturesofsenses .picturesofsense> .captionContent .creator:after{
		content:',';
	}
.entry> .picturesofsenses .picturesofsense> .captionContent .license:before{
		content:' ';
	}
.minorentryvariant span[lang|="en"]{
		font-family:'Times New Roman',serif;
	}
.minorentryvariant span[lang|="en-fonipa"]{
	}
.minorentryvariant span[lang|="ar"]{
	}
.minorentryvariant span[lang|="id"]{
		font-family:'Times New Roman',serif;
		color:#000;
	}
.minorentryvariant{
		clear:both;
		white-space:pre-wrap;
	}
.minorentryvariant{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:-12pt;
		margin-left:29.008pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-bottom:12pt;
		padding-top:0pt;
	}
.minorentryvariant> .headword> span[lang|="id"]{
		font-weight:bold;
	}
.minorentryvariant> .headword> span span[lang|="en"]{
		font-weight:bold;
	}
.minorentryvariant> .headword> span span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.minorentryvariant> .headword> span span[lang|="ar"]{
		font-weight:bold;
	}
.minorentryvariant> .headword> span span[lang|="id"]{
		font-weight:bold;
	}
.minorentryvariant> .headword> .headwor+ .headwor:before{
		content:' ';
	}
.minorentryvariant> .headword> span:last-child:after{
		content:' ';
	}
.minorentryvariant> .headword> span{
		font-weight:bold;
	}
.minorentryvariant> .dialectlabelsrs:before{
		content:'[';
	}
.minorentryvariant> .dialectlabelsrs:after{
		content:'] ';
	}
.minorentryvariant> .dialectlabelsrs .dialectlabelsr> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.minorentryvariant> .pronunciations> .pronunciation+ .pronunciation:before{
		content:', ';
	}
.minorentryvariant> .pronunciations:after{
		content:' ';
	}
.minorentryvariant> .pronunciations .pronunciation> .form> .for+ .for:before{
		content:' ';
	}
.minorentryvariant> .pronunciations .pronunciation> .form> span:first-child:before{
		content:'[';
	}
.minorentryvariant> .pronunciations .pronunciation> .form> span:last-child:after{
		content:'] ';
	}
.minorentryvariant> .pronunciations .pronunciation> .mediafiles:before{
		content:' ';
	}
.minorentryvariant> .visiblevariantentryrefs> .visiblevariantentryref+ .visiblevariantentryref:before{
		content:', ';
	}
.minorentryvariant> .visiblevariantentryrefs:before{
		content:'{';
	}
.minorentryvariant> .visiblevariantentryrefs:after{
		content:'} ';
	}
.minorentryvariant> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="en"]{
		font-style:italic;
	}
.minorentryvariant> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="en-fonipa"]{
		font-style:italic;
	}
.minorentryvariant> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="ar"]{
		font-style:italic;
	}
.minorentryvariant> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="id"]{
		font-style:italic;
	}
.minorentryvariant> .visiblevariantentryrefs> .visiblevariantentryref+.variantentrytypes:before{
		content:', ';
	}
.minorentryvariant> .visiblevariantentryrefs> .variantentrytypes .variantentrytype{
		font-style:italic;
	}
.minorentryvariant> .visiblevariantentryrefs> .variantentrytypes .variantentrytype> .reverseabbr> .reverseabb+ .reverseabb:before{
		content:' ';
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries> .referencedentry+ .referencedentry:before{
		content:', ';
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries:before{
		content:' ';
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span[lang|="id"]{
		font-weight:bold;
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="en"]{
		font-weight:bold;
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="ar"]{
		font-weight:bold;
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="id"]{
		font-weight:bold;
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> .headwor+ .headwor:before{
		content:' ';
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span{
		font-weight:bold;
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .dialectlabelsrs:before{
		content:' [';
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .dialectlabelsrs:after{
		content:']';
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .dialectlabelsrs .dialectlabelsr> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .glossorsummary> .glossorsummar+ .glossorsummar:before{
		content:' ';
	}
.minorentryvariant> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .glossorsummary> span:first-child:before{
		content:' ';
	}
.minorentryvariant> .summarydefinition> .summarydefinitio+ .summarydefinitio:before{
		content:' ';
	}
.minorentryvariant> .summarydefinition> span:first-child:before{
		content:' ';
	}
.minorentryvariant> .restrictions> span[lang|="en"]{
		font-style:italic;
	}
.minorentryvariant> .restrictions> span span[lang|="en"]{
		font-style:italic;
	}
.minorentryvariant> .restrictions> span span[lang|="en-fonipa"]{
		font-style:italic;
	}
.minorentryvariant> .restrictions> span span[lang|="ar"]{
		font-style:italic;
	}
.minorentryvariant> .restrictions> span span[lang|="id"]{
		font-style:italic;
	}
.minorentryvariant> .restrictions> .restriction+ .restriction:before{
		content:' ';
	}
.minorentryvariant> .restrictions> span:first-child:before{
		content:' (';
	}
.minorentryvariant> .restrictions> span:last-child:after{
		content:')';
	}
.minorentryvariant> .restrictions> span{
		font-style:italic;
	}
.minorentryvariant> .senses> span.sensecontent+ span:before{
		content:'  ';
	}
.minorentryvariant> .senses:before{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent .sensenumber{
		font-weight:bold;
	}
.minorentryvariant> .senses > .sensecontent .sensenumber:after{
		content:'. ';
	}
.minorentryvariant> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="en"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="en-fonipa"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="ar"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="id"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis:after{
		content:'  ';
	}
.minorentryvariant> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis{
		font-style:italic;
	}
.minorentryvariant> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis> .morphtypes> .morphtype+ .morphtype:before{
		content:' ';
	}
.minorentryvariant> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis> .morphtypes:before{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="en"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="en-fonipa"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="ar"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="id"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .morphosyntaxanalysis:after{
		content:'  ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .morphosyntaxanalysis{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .morphosyntaxanalysis> .morphtypes> .morphtype+ .morphtype:before{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .morphosyntaxanalysis> .morphtypes:before{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .definitionorgloss> .definitionorglos+ .definitionorglos:before{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .scientificname span[lang|="en"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .scientificname span[lang|="en-fonipa"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .scientificname span[lang|="ar"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .scientificname span[lang|="id"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .scientificname:before{
		content:'[';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .scientificname:after{
		content:'] ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .scientificname{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .dialectlabelsrs:before{
		content:' [';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .dialectlabelsrs:after{
		content:']';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .dialectlabelsrs .dialectlabelsr> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents> span+ span:before{
		content:'  ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents:before{
		content:'  ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span[lang|="id"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span span[lang|="en"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span span[lang|="en-fonipa"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span span[lang|="ar"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span span[lang|="id"]{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> .exampl+ .exampl:before{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span:last-child:after{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .example> span{
		font-style:italic;
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .translationcontents:before{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .translationcontents .translationcontent> .translation> .translatio+ .translatio:before{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .examplescontents .examplescontent> .translationcontents .translationcontent> .translation> span:first-child:before{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .encyclopedicinfo> .encyclopedicinf+ .encyclopedicinf:before{
		content:' ';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .encyclopedicinfo:before{
		content:' [';
	}
.minorentryvariant> .senses > .sensecontent > .sense> .encyclopedicinfo:after{
		content:'] ';
	}
.minorentryvariant .pictures .picture{
		float:right;
		text-align:center;
		margin:0pt 0pt 4pt 4pt;
		padding:2pt;
		float:right;
	}
.minorentryvariant .pictures .picture img{
		max-height:1in;
	}
.minorentryvariant> .pictures .picture span[lang|="en"]{
		font-family:'Times New Roman',serif;
	}
.minorentryvariant> .pictures .picture span[lang|="en-fonipa"]{
	}
.minorentryvariant> .pictures .picture span[lang|="ar"]{
	}
.minorentryvariant> .pictures .picture span[lang|="id"]{
		font-family:'Times New Roman',serif;
		color:#000;
	}
.minorentryvariant> .pictures> div+ div:before{
		content:'  ';
	}
.minorentryvariant> .pictures .picture{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:0pt;
		margin-left:-8.008pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-bottom:12pt;
		padding-top:0pt;
	}
.minorentryvariant> .pictures .picture> .captionContent .headword[lang|="id"]{
		font-weight:bold;
	}
.minorentryvariant> .pictures .picture> .captionContent .headword span[lang|="en"]{
		font-weight:bold;
	}
.minorentryvariant> .pictures .picture> .captionContent .headword span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.minorentryvariant> .pictures .picture> .captionContent .headword span[lang|="ar"]{
		font-weight:bold;
	}
.minorentryvariant> .pictures .picture> .captionContent .headword span[lang|="id"]{
		font-weight:bold;
	}
.minorentryvariant> .pictures .picture> .captionContent .headword> .headwor+ .headwor:before{
		content:' ';
	}
.minorentryvariant> .pictures .picture> .captionContent .headword{
		font-weight:bold;
	}
.minorentryvariant> .pictures .picture> .captionContent .creator:before{
		content:' ';
	}
.minorentryvariant> .pictures .picture> .captionContent .creator:after{
		content:',';
	}
.minorentryvariant> .pictures .picture> .captionContent .license:before{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense{
		clear:both;
		white-space:pre-wrap;
	}
.mainentrysubsenses .mainentrysubsense> .morphosyntaxanalysis span[lang|="en"]{
		font-style:italic;
	}
.mainentrysubsenses .mainentrysubsense> .morphosyntaxanalysis span[lang|="en-fonipa"]{
		font-style:italic;
	}
.mainentrysubsenses .mainentrysubsense> .morphosyntaxanalysis span[lang|="ar"]{
		font-style:italic;
	}
.mainentrysubsenses .mainentrysubsense> .morphosyntaxanalysis span[lang|="id"]{
		font-style:italic;
	}
.mainentrysubsenses .mainentrysubsense> .morphosyntaxanalysis:after{
		content:'  ';
	}
.mainentrysubsenses .mainentrysubsense> .morphosyntaxanalysis{
		font-style:italic;
	}
.mainentrysubsenses .mainentrysubsense> .morphosyntaxanalysis> .partofspeech> .partofspeec+ .partofspeec:before{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense> .morphosyntaxanalysis> .morphtypes> .morphtype+ .morphtype:before{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense> .morphosyntaxanalysis> .morphtypes:before{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense> .definitionorgloss> .definitionorglos+ .definitionorglos:before{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense> .dialectlabelsrs:before{
		content:' [';
	}
.mainentrysubsenses .mainentrysubsense> .dialectlabelsrs:after{
		content:']';
	}
.mainentrysubsenses .mainentrysubsense> .dialectlabelsrs .dialectlabelsr> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense> .restrictions> .restriction+ .restriction:before{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense> .restrictions> span:first-child:before{
		content:' (';
	}
.mainentrysubsenses .mainentrysubsense> .restrictions> span:last-child:after{
		content:')';
	}
.mainentrysubsenses .mainentrysubsense> .scientificname:before{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents> span+ span:before{
		content:'  ';
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents:before{
		content:'  ';
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents .examplescontent> .example> span[lang|="id"]{
		font-style:italic;
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents .examplescontent> .example> span span[lang|="en"]{
		font-style:italic;
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents .examplescontent> .example> span span[lang|="en-fonipa"]{
		font-style:italic;
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents .examplescontent> .example> span span[lang|="ar"]{
		font-style:italic;
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents .examplescontent> .example> span span[lang|="id"]{
		font-style:italic;
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents .examplescontent> .example> .exampl+ .exampl:before{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents .examplescontent> .example> span:last-child:after{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents .examplescontent> .example> span{
		font-style:italic;
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents .examplescontent> .translationcontents .translationcontent> .translation> .translatio+ .translatio:before{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense> .examplescontents .examplescontent> .translationcontents .translationcontent> .translation> span:first-child:before{
		content:' ';
	}
.mainentrysubsenses .mainentrysubsense> .senses> span.sensecontent+ span:before{
		content:', ';
	}
.mainentrysubsenses .mainentrysubsense> .senses:before{
		content:'  ';
	}
.mainentrysubsenses .mainentrysubsense> .senses > .sensecontent .sensenumber{
		font-weight:bold;
	}
.mainentrysubsenses .mainentrysubsense> .senses > .sensecontent .sensenumber:after{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry{
		clear:both;
		white-space:pre-wrap;
	}
.mainentrysubentries .mainentrysubentry> .headword> span[lang|="id"]{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .headword> span span[lang|="en"]{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .headword> span span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .headword> span span[lang|="ar"]{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .headword> span span[lang|="id"]{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .headword> .headwor+ .headwor:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .headword> span:last-child:after{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .headword> span{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .dialectlabelsrs:before{
		content:'[';
	}
.mainentrysubentries .mainentrysubentry> .dialectlabelsrs:after{
		content:'] ';
	}
.mainentrysubentries .mainentrysubentry> .dialectlabelsrs .dialectlabelsr> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs> .visiblevariantentryref+ .visiblevariantentryref:before{
		content:', ';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs:before{
		content:'{';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs:after{
		content:'} ';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="en"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="en-fonipa"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="ar"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype span[lang|="id"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs> .visiblevariantentryref+.variantentrytypes:before{
		content:', ';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs> .variantentrytypes .variantentrytype> .reverseabbr> .reverseabb+ .reverseabb:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries> .referencedentry+ .referencedentry:before{
		content:', ';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span[lang|="id"]{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="en"]{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="en-fonipa"]{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="ar"]{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span span[lang|="id"]{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> .headwor+ .headwor:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .headword> span{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .dialectlabelsrs:before{
		content:' [';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .dialectlabelsrs:after{
		content:']';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .dialectlabelsrs .dialectlabelsr> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .glossorsummary> .glossorsummar+ .glossorsummar:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .visiblevariantentryrefs .visiblevariantentryref> .referencedentries .referencedentry> .glossorsummary> span:first-child:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .senses> span.sensecontent+ span:before{
		content:'  ';
	}
.mainentrysubentries .mainentrysubentry> .senses:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent .sensenumber{
		font-weight:bold;
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent .sensenumber:after{
		content:'. ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="en"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="en-fonipa"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="ar"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis span[lang|="id"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis:after{
		content:'  ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis> .partofspeech> .partofspeec+ .partofspeec:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis> .morphtypes> .morphtype+ .morphtype:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sharedgrammaticalinfo> .morphosyntaxanalysis> .morphtypes:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="en"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="en-fonipa"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="ar"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .morphosyntaxanalysis span[lang|="id"]{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .morphosyntaxanalysis:after{
		content:'  ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .morphosyntaxanalysis{
		font-style:italic;
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .morphosyntaxanalysis> .partofspeech> .partofspeec+ .partofspeec:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .morphosyntaxanalysis> .morphtypes> .morphtype+ .morphtype:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .morphosyntaxanalysis> .morphtypes:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .definitionorgloss> .definitionorglos+ .definitionorglos:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .restrictions> .restriction+ .restriction:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .restrictions> span:first-child:before{
		content:' (';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .restrictions> span:last-child:after{
		content:')';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .scientificname:after{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .dialectlabelsrs:before{
		content:' [';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .dialectlabelsrs:after{
		content:']';
	}
.mainentrysubentries .mainentrysubentry> .senses > .sensecontent > .sense> .dialectlabelsrs .dialectlabelsr> .abbreviation> .abbreviatio+ .abbreviatio:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry .pictures .picture{
		float:right;
		text-align:center;
		margin:0pt 0pt 4pt 4pt;
		padding:2pt;
		float:right;
	}
.mainentrysubentries .mainentrysubentry .pictures .picture img{
		max-height:1in;
	}
.mainentrysubentries .mainentrysubentry> .pictures .picture span[lang|="en"]{
		font-family:'Times New Roman',serif;
	}
.mainentrysubentries .mainentrysubentry> .pictures .picture span[lang|="en-fonipa"]{
	}
.mainentrysubentries .mainentrysubentry> .pictures .picture span[lang|="ar"]{
	}
.mainentrysubentries .mainentrysubentry> .pictures .picture span[lang|="id"]{
		font-family:'Times New Roman',serif;
		color:#000;
	}
.mainentrysubentries .mainentrysubentry> .pictures> div+ div:before{
		content:'  ';
	}
.mainentrysubentries .mainentrysubentry> .pictures .picture{
		text-align:justify;
		border-left-width:0.75pt;
		border-right-width:0.75pt;
		border-top-width:0.75pt;
		border-bottom-width:0.75pt;
		text-indent:0pt;
		margin-left:-9pt;
		flex-line-height:12pt;
		line-height:12pt;
		padding-bottom:12pt;
		padding-top:0pt;
	}
.mainentrysubentries .mainentrysubentry> .pictures .picture> .captionContent  img:after{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .pictures .picture> .captionContent .caption> .captio+ .captio:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .pictures .picture> .captionContent .creator:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .pictures .picture> .captionContent .creator:after{
		content:',';
	}
.mainentrysubentries .mainentrysubentry> .pictures .picture> .captionContent .license:before{
		content:' ';
	}
.mainentrysubentries .mainentrysubentry> .subentries .subentry span[lang|="en"]{
	}
.mainentrysubentries .mainentrysubentry> .subentries .subentry span[lang|="en-fonipa"]{
	}
.mainentrysubentries .mainentrysubentry> .subentries .subentry span[lang|="ar"]{
	}
.mainentrysubentries .mainentrysubentry> .subentries .subentry span[lang|="id"]{
		color:#000;
	}
.mainentrysubentries .mainentrysubentry> .subentries .subentry{
		text-indent:0pt;
		margin-left:3pt;
		padding-bottom:12pt;
		padding-top:0pt;
		display:block;
	}
.mainentrysubentries .mainentrysubentry> .subentries .subentry{
		text-indent:0pt;
		margin-left:3pt;
		padding-bottom:12pt;
		padding-top:0pt;
		display:block;
	}