@charset "utf-8";
/* span.xnt and div.xnote must come in pairs. xnt is annotation marker, xnote is a annotation block of text. */

p {
max-width: 70ex;
}

span.xnt {
font-weight:bold;
color:blue;
}

b.x3nt {
font-weight:bold;
}

b.x3nt:after {
font-weight:normal;
content:"→";
}

div.xnote {
display:table;
line-height:1.5;
margin:.3em;
padding:.3em;
border:solid 3px silver;
border-radius:1ex;
}

div.xnote div.chinese-etymology-96656 {display:inline-block}

/*  oafm and anote must come in pairs. */
/* oafm = original author footnote's marker. */
/* anote = footnotes text block by original author. */

span.oafm {color:#8b0000;background-color:#e0eee0}
span.oafm:after {content:"‡"}

div.anote
{
 line-height:1.5;
 margin:1ex;
 padding:1ex;
 border:solid thin black;
 }

div.anote > p {
margin:1ex;
padding:1ex;
width:60ex;
}

.poem_xl
{
display:inline-block;
padding:1ex;
margin:1ex;
border:solid 4px teal;
border-radius:1ex;
}

.lyrics_xl {
display: inline-block;
font-family:sans-serif;
line-height:1.3;
white-space:pre;
padding:.3em;
border:solid 4px pink;
border-radius:1ex;
}

ruby.ruby88 {font-size:2em;font-family:sans-serif;color:#8b0000}
rt {color:hsl(154,95%,17%);font-size:1em}

a[href*="wikipedia.org/"] {color:green;}
a[href*="wikipedia.org/"]:before {content:" [Wikipedia ";}
a[href*="wikipedia.org/"]:after {content:"]";}

nav.prev_next_bar_76548 {
position:fixed;
bottom:0;
left:0;
z-index:999;
display:table;
font-size:1.2rem;
text-align:left;
padding:0 0.7rem;
margin:0;
background-color:white;
border:solid thick red;
border-radius:1rem;
}

div.chinese-etymology-96656 b.w
{
font-size:2rem;
font-weight:normal;
font-family:STKaiti,"noto sans cjk sc", sans-serif;
}
div.chinese-etymology-96656 span.en
{
background-color:#e0eee0
}
div.chinese-etymology-96656 span.zh
{
background-color:#ffefd5
}



