table.fawd{ margin:0 auto;border-collapse:collapse;border-style:hidden }
table.fawd td{ padding:.5rem;border:5px solid gray }
table.fawd td:first-child{ font-weight:700;color:brown;text-align:center }
table.fawd td:last-child{ text-align:center }
table.fawd th{ padding:.5rem;border:5px solid #228b22 }

.fawdt,
.fawds
{
    display: inline-block!important;
    border: 1px solid currentColor;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    margin: 7px 0 3px 4px;
    overflow: hidden;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    background-color: white;
    display: block;
    font-family: Google Sans,Roboto,Arial,sans-serif;
    padding: 12px 20px;
    user-select: none; /* supported by Chrome and Opera */ -webkit-user-select: none; /* Safari */-khtml-user-select: none; /* Konqueror HTML */-moz-user-select: none; /* Firefox */-ms-user-select: none;
    text-overflow: ellipsis;
    white-space:nowrap; 
    max-width: 20%;
}

fawdt:hover, fawds:hover,
fawdp:hover, fawdn:hover {
    background-color: rgb(115, 145, 211)!important;
    border-color: #444!important;
    color: #fff!important;
    text-decoration: none!important;
}

fawdt {
    font-size: 1rem!important; color: #333!important; vertical-align: baseline!important; text-align: center!important; padding: 0.2rem!important; margin: 0.1rem!important;
    height: 1.5rem!important;line-height: 1rem!important; min-width: 2em!important; max-width: 15%; overflow: hidden;
    border: 1px solid hsl(219, 60%, 55%)!important; border-radius: 0.5rem!important;
    user-select: none; /* supported by Chrome and Opera */ -webkit-user-select: none; /* Safari */-khtml-user-select: none; /* Konqueror HTML */-moz-user-select: none; /* Firefox */-ms-user-select: none;
    background: hsla(219, 80%, 95%, 0.5)!important;
}

.fawd {
    display: inline!important;
    margin-top: 10px!important;
}

span.fawdnav { position: fixed; top:20%; right:2%; margin-left:90%;left:90%;margin:auto; }

.fawdp, .fawdn { 
    background: #DBDBDB; color: #0072c6;
    padding:1em;min-width: 2rem!important; min-height: 2rem;
    border: solid #0072c6 1px; color: gray !important; 
    font-weight: bold; font-size: 1rem; 
    user-select: none; /* supported by Chrome and Opera */ -webkit-user-select: none; /* Safari */-khtml-user-select: none; /* Konqueror HTML */-moz-user-select: none; /* Firefox */-ms-user-select: none;
} 

.fawds.active {
    background: hsl(219, 60%, 55%)!important;
    border: 0.5px solid hsl(219, 60%, 55%)!important;
    color: white!important;
}

fawdm {
    display: block!important;
    font-family: 'Bangla', 'mwreg', 'Open Sans', system-ui, -apple-system, sans-serif;
    position: relative;
    color: black!important;
    font-size: 15px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

fawdc {
    display: block;
}

fawdc::before
{
    /* content: '🕮➤' attr(tab); */
    content: '~' attr(tab);
    white-space: pre-wrap;
    color:gray;
    float:right;
    font-weight: bold;
}

fawdc+fawdc {
    border-top: 5px solid #bbb;
    margin-top: 1em;
    /* padding-top: 15px; */
}

fawdc.latent {
    display: none !important;
}

fawdc.active {
    border-top: none!important;
    margin-top: 0;
    padding-top: 0;
}

/*********************************************************************************************************/
/************************************* START dictionary specific CSS *************************************/
/*********************************************************************************************************/

:root {
  --font-family-base: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Roboto, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Roboto, Arial, sans-serif;
  --font-family-serif: Georgia, serif;
}
body {
  font-family: var(--font-family-base);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: var(--headings-font-family);
}

h1, .h1 {
  font-family: var(--font-family-serif);
}

pre,
code,
kbd,
samp {
  font-family: var(--font-family-monospace);
}

div.md-topic-tools,div.qa-action-buttons,div.editor-description,div.editor-title {
  display: none;
}