@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i&display=swap&subset=latin-ext');
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f6f6f6;
  margin: 0; padding: 0;
  line-height: 1.3em;
  font-size: 1em;
  color: #000000;
  width: 100%;
}
a {color: #336699; text-decoration: none;}
a:hover {color: #6699cc;}

form.centerpiece {
  max-width: 600px;
  margin: 0px auto;
  margin-top: 15vh;
  margin-bottom: 35vh;
}
form.centerpiece div.socials {
  text-align: right;
  font-size: 125%;
}
form.centerpiece div.socials a {
  margin-left: 5px;
  vertical-align: bottom;
  position: relative;
  width: 1.5em;
  display: inline-block;
  text-align: center;
  color: #0088aa;
}
form.centerpiece div.socials a:hover {
  color: #065f75;
}
form.centerpiece div.logo {
  width: 125px;
  height: 125px;
  margin: 0px auto;
  background-image: url(logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
form.centerpiece div.underlogo {
  margin: 30px 0px 0px 0px;
  font-size: 1.85em;
  color: #000000;
  text-align: center;
}
form.centerpiece div.signpost {
  margin: 30px 50px -10px 50px;
  text-align: center;
  line-height: 2em;
}
form.centerpiece div.signpost span.divider {
  color: #cccccc;
  margin: 0px 0.5em;
  display: none;
}
form.centerpiece div.signpost a {
  color: #666666;
  white-space: nowrap;
  margin: 0px 0.5em;
}
form.centerpiece div.signpost a:hover {
  color: #336699;
}
form.centerpiece div.signpost a.current {
  font-weight: bold;
  color: #333333;
}

form.centerpiece div.textboxContainer {
  margin-top: 30px;
  position: relative;
}
form.centerpiece div.textboxContainer input.textbox {
  font: inherit;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 0px #c3c3c3;
  box-sizing: border-box;
  width: 100%;
  padding: 13px;
  border-radius: 4px;
  padding-right: 110px;
  background-color: #ffffff;
}
form.centerpiece div.textboxContainer input.textbox:focus {
  border-color: #6699cc;
}
form.centerpiece div.textboxContainer span.cross {
  display: block;
  box-sizing: border-box;
  position: absolute; top: 1px; right: 62px; bottom: 1px;
  width: 50px;
  padding-top: 13px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #cccccc;
}
form.centerpiece div.textboxContainer span.cross:hover {
  color: #999999;
}
form.centerpiece div.textboxContainer span.cross:focus {
  color: #999999;
}
form.centerpiece div.textboxContainer button.submit {
  box-sizing: border-box;
  position: absolute; top: 1px; right: 1px; bottom: 1px;
  width: 60px;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
  border: 0px;
  cursor: pointer;
  background-color: #eeeeee;
}
form.centerpiece div.textboxContainer button.submit:hover {
  color: #333333;
  background-color: #d4e5f6;
}
form.centerpiece div.textboxContainer button.submit:focus {
  color: #333333;
  background-color: #d4e5f6;
  outline: none;
}

form.centerpiece div.randoms {
  margin-top: 30px;
  padding-left: 10px;
  color: #999999;
  min-height: 3.5em;
}
form.centerpiece div.randoms > a {
  float: left;
  margin-top: -5px;
  padding: 10px;
}
form.centerpiece div.randoms > div.inside {
  line-height: 1.75em;
  margin-left: 3.5em;
}
form.centerpiece div.randoms > div.inside > a {
  margin-right: 1em;
}
form.centerpiece div.randoms a {
  color: inherit;
}
form.centerpiece div.randoms a:hover {
  color: #336699;
}

form.centerpiece div.cefr {
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 3.5em;
  color: #999999;
  position: relative;
  line-height: 1.75em;
}
form.centerpiece div.cefr a {
  color: #666666;
  margin-right: 5px;
}
form.centerpiece div.cefr a:hover {
  color: #336699;
}
form.centerpiece div.cefr a i {
  position: absolute; left: 10px; top: 5px;
  box-sizing: border-box;
}
form.centerpiece div.cefr a.level {
  background-color: #eeeeee;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  color: #666666;
  border: 1px solid #dddddd;
  margin-left: 5px;
  margin-right: 0px;
  box-shadow: inset 1px 1px 0px #ffffff;
}
form.centerpiece div.cefr a.level:hover {
  color: #6699cc;
  border-color: #99ccff;
}

form.centerpiece div.freq {
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 3.5em;
  color: #999999;
  position: relative;
  line-height: 1.75em;
}
form.centerpiece div.freq a {
  color: #666666;
}
form.centerpiece div.freq a:hover {
  color: #336699;
}
form.centerpiece div.freq a i {
  position: absolute; left: 10px; top: 5px;
  box-sizing: border-box;
}

form.centerpiece div.wbw {
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 3.5em;
  color: #999999;
  position: relative;
  line-height: 1.75em;
}
form.centerpiece div.wbw i {
  position: absolute; left: 10px; top: 5px;
  box-sizing: border-box;
}
form.centerpiece div.wbw a {
  font-weight: bold;
  white-space: nowrap;
}


div.header {
  border-bottom: 1px solid #cccccc;
  padding: 20px 20px 20px 50px;
  min-height: 50px;
  position: relative;
}
div.header div.signpost {
  margin: 0px 0px 10px 0px;
  padding-left: 100px;
  position: relative;
}
div.header div.signpost div.dictSwap {
  width: 600px;
}
div.header div.signpost div.dictSwap div.socials {
  float: right;
  font-size: 125%;
}
div.header div.signpost div.dictSwap div.socials a {
  margin-left: 5px;
  vertical-align: bottom;
  position: relative;
  width: 1.5em;
  display: inline-block;
  text-align: center;
  color: #0088aa;
}
div.header div.signpost div.dictSwap div.socials a:hover {
  color: #065f75;
}
div.header div.signpost div.dictSwap > a.current {
  font-size: 0.85em;
  font-weight: bold;
  color: #333333;
}
div.header div.signpost div.dictSwap > a.current:hover {
  color: #336699;
}
div.header div.signpost div.dictSwap > div.popup {
  position: absolute;
  top: 25px;
  left: 90px;
  background-color: #ffffff;
  z-index: 1;
  border: 1px solid #999999;
  border-radius: 2px;
  box-shadow: 0px 0px 4px #999999;
  padding: 10px 0px;
}
div.header div.signpost div.dictSwap > div.popup a {
  display: block;
  color: #333333;
  padding: 5px 35px 5px 15px;
}
div.header div.signpost div.dictSwap > div.popup a:hover {
  color: #336699;
  background-color: #eeeeee;
}
div.header div.signpost div.dictSwap > div.popup a.current {
  font-weight: bold;
  color: #333333;
}
div.header form {
  position: relative;
  width: 700px;
  box-sizing: border-box;
  padding-left: 90px;
  min-height: 55px;
}
div.header form a.logo {
  display: block;
  width: 60px;
  height: 60px;
  margin: -7px auto 0px auto;
  background-image: url(logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
div.header form div.textboxContainer {
  position: relative;
}
div.header form div.textboxContainer input.textbox {
  font: inherit;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 0px #c3c3c3;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 9px 10px;
  border-radius: 4px;
  padding-right: 110px;
  background-color: #ffffff;
}
div.header form div.textboxContainer input.textbox:focus {
  border-color: #6699cc;
}
div.header form div.textboxContainer span.cross {
  display: block;
  box-sizing: border-box;
  position: absolute; top: 1px; right: 62px; bottom: 1px;
  width: 50px;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #cccccc;
}
div.header form div.textboxContainer span.cross:hover {
  color: #999999;
}
div.header form div.textboxContainer span.cross:focus {
  color: #999999;
}
div.header form div.textboxContainer button.submit {
  box-sizing: border-box;
  position: absolute; top: 1px; right: 1px; bottom: 1px;
  width: 60px;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
  border: 0px;
  cursor: pointer;
  background-color: #eeeeee;
}
div.header form div.textboxContainer button.submit:hover {
  color: #333333;
  background-color: #d4e5f6;
}
div.header form div.textboxContainer button.submit:focus {
  color: #333333;
  background-color: #d4e5f6;
  outline: none;
}
div.header form div.spelling {
  margin: 15px 0px 0px 0px;
  font-size: 0.9em;
  padding-left: 10px;
}
div.header form div.spelling span.icon {
  font-size: 1.25em;
  display: inline-block;
  margin-right: 10px;
  position: relative; top: 2px;
  color: #666666;
}
div.header form div.spelling a {
  color: #336699;
}
div.header form div.spelling a:hover {
  color: #6699cc;
}
div.header form div.spelling span.divider {
  color: #999999;
  margin: 0px 0.25em;
}

div.content {
  background-color: #ffffff;
  min-height: 75vh;
  padding: 1px 1px 0px 1px;
}

div.content > div.column {
  width: 1150px;
  position: relative;
}
div.content > div.column > div.offside {
  float: right;
  width: 350px;
  /* background-color: #f9f9f9; */
  /* min-height: 400px; */
  margin-top: 20px;
  position: sticky; top: 20px;
  font-size: 0.9em;
}
div.content > div.column > div.mainside {
  margin: 0px 20px 0px 140px;
  max-width: 610px;
  padding-bottom: 400px;
  position: relative;
}
div.content > div.column > div.clear {
  clear: right;
}

div.nojoy {
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  margin: 50px 0px 60px 0px;
  color: #999999;
  font-size: 0.9em;
}
div.nojoy span.icon {
  font-size: 1.25em;
  margin-right: 0.25em;
  position: relative; top: 2px;
}

span.audio {
  color: #336699;
  cursor: pointer;
  font-size: 1.5em;
  float: left;
  margin: 0 0.3em 0 0;
  text-shadow: 2px 2px 0px #dddddd;
}
span.audio:hover {
  color: #6699cc;
}
span.audio:active {
  text-shadow: -2px -2px 0px #dddddd;
}

div.break {
  margin: 75px 0px 0px 0px;
}

div.aboveHeadword {
  padding-top: 20px;
  margin-bottom: -30px;
  margin-left: -20px;
  margin-right: -5px;
}

div.headwordContainer {}
h1.headword {
  font-size: 1.75em;
  line-height: 1.5em;
  margin: 25px 0px 0px -20px;
  font-weight: bold;
  color: #333333;
  padding: 25px 0px 0px 20px;
}
h1.headword span.audio {
  font-size: 1em;
  margin-right: 0.1em;
  float: none;
  position: relative;
  top: 1px;
}
h1.headword span.langLabel {
  font-size: 0.45em;
  text-transform: uppercase;
  font-weight: bold;
  color: #999999;
  position: relative; top: -1.25em;
  margin-left: 0.25em;
}
div.headwordContainer div.quickies {
  color: #999999;
  font-style: italic;
  font-weight: bold;
}

div.headwordContainer div.box {
  display: block;
  border: 1px dashed #666666;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0px 5px -20px;
  line-height: 1.5em;
  position: relative;
  box-sizing: border-box;
}
div.headwordContainer div.box.cefrBox {
  margin-top: 15px;
}
div.headwordContainer div.box span.callout {
  background-image: url(callout.png);
  background-repeat: no-repeat;
  display: block; width: 30px; height: 16px;
  position: absolute;
  top: -15px;
}
div.headwordContainer div.box.cefrBox span.callout {
  right: 35px;
}
div.headwordContainer div.box.freqBox span.callout {
  left: 35px;
}
div.headwordContainer div.box b.word {
  color: #336699;
}
div.headwordContainer div.box span.moreContainer {
  display: block;
  margin-top: 10px;
}
div.headwordContainer div.box span.moreContainer a {
  color: #666666;
  margin-right: 5px;
}
div.headwordContainer div.box span.moreContainer a:hover {
  color: #336699;
}
div.headwordContainer div.box span.moreContainer a i {
  margin-right: 5px;
}
div.headwordContainer div.box.cefrBox a.level {
  background-color: #eeeeee;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  color: #666666;
  border: 1px solid #dddddd;
  margin-left: 0px;
  box-shadow: inset 1px 1px 0px #ffffff;
}
div.headwordContainer div.box.cefrBox a.level:hover {
  color: #6699cc;
  border-color: #99ccff;
}
div.headwordContainer div.box b {
  color: #666666;
}

div.headwordContainer span.cefrLabel {
  float: right;
  margin-top: 30px;
  margin-right: 10px;
  cursor: pointer;
}
div.headwordContainer span.cefrLabel span.label {
  background-color: #eeeeee;
  padding: 5px 15px;
  border-radius: 4px;
  font-weight: bold;
  color: #666666;
  border: 1px solid #cccccc;
  margin-right: 5px;
  box-shadow: inset 1px 1px 0px #ffffff;
}
div.headwordContainer span.cefrLabel:hover {
  color: #336699;
}
div.headwordContainer span.cefrLabel:hover span.label  {
  color: #6699cc;
  border-color: #6699cc;
}

div.headwordContainer span.freqLabel {
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
}
div.headwordContainer span.freqLabel span.ladder {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
div.headwordContainer span.freqLabel span.ladder span.step {
  display: inline-block;
  width: 10px;
  border: 1px solid #999999;
  height: 7px;
  margin-right: 2px;
}
div.headwordContainer span.freqLabel span.ladder span.step.filled {
  background-color: #999999;
}
div.headwordContainer span.freqLabel span.label {
  position: relative;
  top: -2px;
  margin-right: 5px;
  color: #999999;
  font-weight: bold;
  font-size: 90%;
}
div.headwordContainer span.freqLabel:hover {
  color: #336699;
}
div.headwordContainer span.freqLabel:hover span.label  {
  color: #336699;
}
div.headwordContainer span.freqLabel:hover span.ladder span.step {
  border-color: #6699cc;
}
div.headwordContainer span.freqLabel:hover span.ladder span.filled {
  background-color: #6699cc;
}

h1.intertitle {
  line-height: 1.5em;
  font-size: 1.25em;
  margin: 40px 0px 0px -25px;
  font-weight: bold;
  color: #666666;
  border-left: 10px solid #cbe4fe;
  padding: 5px 0px 5px 15px;
  background: linear-gradient(90deg, #eeeeee 0%, #ffffff 100%);
}
h2.intertitle {
  line-height: 1.5em;
  font-size: 1.25em;
  margin: 60px 0px 0px -25px;
  font-weight: normal;
  color: #666666;
  border-left: 10px solid #cbe4fe;
  padding: 5px 0px 5px 15px;
  background: linear-gradient(90deg, #eeeeee 0%, #ffffff 100%);
}
div.interblurb {
  font-size: 0.9em;
  margin: -5px 20px 0px -25px;
  color: #666666;
  border-left: 10px solid #cbe4fe;
  padding: 0px 0px 5px 15px;
  background: linear-gradient(90deg, #eeeeee 0%, #ffffff 100%);
}
.intertitle b {
  color: #666666;
}
.interblurb b {
  color: #999999;
}

div.entrySI {
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  font-size: 0.9em;
  margin: 20px 10px -20px 0px;
}
div.entrySI span.relation {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
}
div.entrySI span.relation:last-child {
  margin-right: 0px;
}
div.entrySI span.role {
  display: inline-block;
  border-left: 1px solid #dddddd;
  padding-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
}
div.entrySI span.role:first-child {
  border-left: 0px;
  padding-left: 0px;
}
div.entrySI span.role:last-child {
  margin-right: 0px;
}
div.entrySI span.role > span.value {
  display: block;
  font-size: 0.75em;
  color: #333333;
  margin-bottom: 2px;
}
div.entrySI a.lemma {
  display: inline;
  margin-right: 10px;
  padding-bottom: 2px;
  font-size: 1.1em;
}
div.entrySI span.role.focused a.lemma {
  border-bottom: 2px solid #6699cc;
  font-weight: bold;
}

div.sexplBox {
  border: 1px dashed #666666;
  border-radius: 10px;
  padding: 0px 20px;
  margin: 30px 0px 25px -20px;
}
div.sexplBox > div.title {
  margin-top: -12px;
  margin-bottom: -5px;
}
div.sexplBox > div.title > span {
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
  color: #666666;
}
div.sexplBox > div.entryDY:last-child {
  margin-bottom: 20px;
}

div.entryDY {
  margin: 20px 10px 30px 0px;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
  line-height: 1.5em;
  font-size: 0.9em;
}
div.entryDY span.nvhElement {
  color: #666666;
  display: block;
  margin-left: 2em;
  text-indent: -2em;
}
div.entryDY span.nvhElement. span.nameValue {
  display: block;
}
div.entryDY div.headword {
  display: block;
}
div.entryDY div.headword > h3 {
  margin: 0px;
  font: inherit;
}
div.entryDY div.headword > h3 > span.value {
  font-size: 1.25em;
  font-weight: bold;
  margin-right: 0.25em;
}
div.entryDY span.metadata {
  color: #999999;
  font-weight: bold;
  font-style: italic;
  margin-right: 0.15em;
}
div.entryDY span.definition {
  display: block; position: relative;
  margin-top: 0.25em;
  margin-left: 1em; padding-left: 2em;
  color: #333333;
}
div.entryDY span.definition > span.bullet {
  position: absolute; top: 0px; left: 0px;
}
div.entryDY span.definition > span.labels {
  font-style: italic;
  font-size: 0.9em;
  xbackground-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 1px 4px;
  border-radius: 4px;
}
div.entryDY span.definition > span.translations {
  color: #336699;
  font-size: 1.15em;
  font-weight: bold;
  margin-right: 0.15em;
}
div.entryDY span.definition span.synonyms {
  x-font-size: 0.9em;
  margin-right: 0.15em;
}
div.entryDY span.definition span.synonyms a {
  color: #666666 !important;
  font-weight: bold;
  color: inherit;
}
div.entryDY span.definition span.synonyms a:hover {
  color: #6699cc !important;
}
div.entryDY span.definition > span.value {}
div.entryDY span.bullet {
  font-size: 1rem;
}
div.entryDY span.example {
  color: #666666;
}
div.entryDY span.example > span.value {
  font-style: italic;
}
div.entryDY span.example > span.attribution {}
div.entryDY span.clickable {
  cursor: pointer;
}
div.entryDY span.clickable:hover {
  color: #336699;
}
div.entryDY span.definition.hasThermo {
  margin-left: 0px;
  padding-left: 17%;
  border-top: 1px solid #eeeeee;
  padding-top: 4px;
  padding-bottom: 4px;
}
div.entryDY span.definition.hasThermo:last-child {
  border-bottom: 1px solid #eeeeee;
}
div.entryDY span.definition.hasThermo > span.bullet {
  display: none;
}
div.entryDY span.definition.hasThermo > span.thermo {
  width: 15%;
  height: 1em;
  background-color: #eeeeee;
  margin-right: 0.25em;
  position: absolute;
  top: 10px; left: 0px;
}
div.entryDY span.definition.hasThermo > span.thermo > span.merc {
  display: inline-block;
  background-color: #6699cc;
  width: 1px;
  position: absolute; top: 3px; left: 3px; bottom: 3px;
}
div.entryDY span.example.hasSound {
  display: block;
  clear: left;
  margin-top: 0.35em;
  margin-bottom: 0.35em;
}
div.entryDY span.example.hasSound span.audio {
  font-size: 1.15em;
  margin-right: 0.4em;
}

div.entrySD {
  margin: 10px 10px 30px 0px;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
  line-height: 1.5em;
  font-size: 0.9em;
}
div.entrySD span.nvhElement {
  color: #666666;
  display: block;
  margin-left: 2em;
  text-indent: -2em;
}
div.entrySD span.nvhElement. span.nameValue {
  display: block;
}
div.entrySD div.crumbs {
  font-size: 1em;
  font-weight: normal;
  line-height: 2em;
  margin: 20px 0px 10px 5px;
  text-indent: -3px;
  line-height: 2em;
}
div.entrySD div.crumbs a.step {
  color: #666666;
  padding-bottom: 2px;
  border-bottom: 1px solid #6699cc;
}
div.entrySD div.crumbs a.step:hover {
  color: #336699;
  border-bottom-width: 2px;
}
div.entrySD div.crumbs i {
  font-size: 0.8em;
  margin: 0px 5px;
}
div.entrySD div.crumbs a.home {
  color: #666666;
  font-size: 1.5em;
  position: relative;
  top: 2px;
}
div.entrySD div.crumbs a.home:hover {
  color: #336699;
}
div.entrySD h3 {
  display: inline;
  font-weight: normal;
  font-size: inherit;
}
div.entrySD h3 a.step {
  color: #666666;
  padding-bottom: 2px;
  border-bottom: 1px solid #6699cc;
}
div.entrySD h3 a.step:hover {
  color: #336699;
  border-bottom-width: 2px;
}
div.entrySD ul.prompts {
  margin-left: 0px;
  padding-left: 3em;
  margin-bottom: 0px;
  margin-left: 0px;
}
div.entrySD li.prompt {
  margin-left: 0px;
  padding-left: 0px;
  line-height: 1.5em;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.entrySD li.prompt > div.value {
  font-style: italic;
  color: #000000;
}
div.entrySD li.prompt div.expressions {
  margin-top: 6px;
  line-height: 1.75em;
}
div.entrySD li.prompt div.expressions {}
div.entrySD li.prompt div.expressions a.expression {
  display: inline;
  border: 0px;
  margin-right: 0.75em;
}
div.entrySD li.prompt div.expressions a.expression.matched {
  font-weight: bold;
}

div.entryWS {
  margin: 20px 10px 30px 0px;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
  line-height: 1.5em;
  font-size: 0.9em;
}
div.entryWS span.nvhElement {
  color: #666666;
  display: block;
  margin-left: 2em;
  text-indent: -2em;
}
div.entryWS span.nvhElement. span.nameValue {
  display: block;
}
div.entryWS div.headword {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 4px 0px;
}
div.entryWS div.headword > h3 {
  margin: 0px;
  font: inherit;
}
div.entryWS div.headword > h3 > span.value {
  font-size: 1.25em;
  font-weight: bold;
}
div.entryWS div.headword > h3 > span.langs {
  color: #666666;
  margin-left: 0.25em;
  text-transform: uppercase;
  font-size: 0.95em;
}
div.entryWS span.translation {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 4px 0px;
}
div.entryWS span.translation > a.value {
  font-size: 1.1em;
}
div.entryWS span.translation > span.thermo {
  display: inline-block;
  width: 15%;
  height: 1em;
  background-color: #eeeeee;
  margin-right: 0.5em;
  position: relative;
}
div.entryWS span.translation > span.thermo > span.merc {
  display: inline-block;
  background-color: #6699cc;
  width: 1px;
  position: absolute; top: 3px; left: 3px; bottom: 3px;
}
div.entryWS span.audio {
  font-size: 1.15em;
  margin-right: 0.5em;
  float: none;
}

div.entryGG {
  margin: 25px 10px 30px -10px;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  font-size: 0.9em;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding-left: 40px;
  padding-right: 40px;
  overflow-x: hidden;
}
div.entryGG > h3.title {
  color: #666666;
  margin: 0px;
  margin-left: -30px;
  font: inherit;
}
div.entryGG > h3.title > span.lemma {
  font-size: 1.25em;
  color: #333333;
}
div.entryGG.singleton {
  padding: 10px;
}
div.entryGG.singleton > h2.title {
  margin-left: 0px;
}
div.entryGG.singleton > h3.title {
  margin-left: 0px;
}
div.entryGG div.blockDivider {
  height: 1px;
  background-color: #eeeeee;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -30px;
  margin-right: -10px;
}
div.entryGG div.block {
  margin-top: 10px;
  margin-bottom: 20px;
}
div.entryGG.singleton div.block {
  margin-bottom: 0px;
}
div.entryGG div.block.collapsed {
  margin-bottom: 0px;
}
div.entryGG div.block > div.title {
  margin-left: -40px;
  padding: 0px 4px 0px 4px;
  font-weight: bold;
  font-size: 1.1em;
}
div.entryGG div.block > div.title > span.inside {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  color: #336699;
  display: block;
  line-height: 1em;
  white-space: nowrap;
}
div.entryGG div.block > div.title span.collapsoid {
  color: #999999;
  font-weight: normal;
  font-size: 0.9em;
}
div.entryGG div.block > div.title span.collapsoid i {
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
div.entryGG div.block > div.title span.collapsoid span.comment {
  display: none;
}
div.entryGG div.block > div.title > span.inside:hover {
  color: #6699cc;
}
div.entryGG div.block > div.title > span.inside:hover span.collapsoid {
  color: #bbbbbb;
}
div.entryGG div.block > div.title > span.inside > span.plusminus {
  position: absolute;
  left: 0px; top: 0px; width: 30px; height: 1.1em;
  background-image: url(minus.gif); background-position: center; background-repeat: no-repeat;
}
div.entryGG div.block.collapsed > div.title > span.inside > span.plusminus {
  background-image: url(plus.gif);
}
div.entryGG div.block > div.table {margin-top: 5px;}
div.entryGG div.block.collapsed > div.table {display: none;}
div.entryGG div.block > div.table > form.disambigs {
  margin: 0px 0px 5px 0px;
}
div.entryGG div.block > div.table > form.disambigs div.axis {
  margin: 5px 0px;
}
div.entryGG div.block > div.table > form.disambigs div.axis:first-child {
  margin: 0px;
}
div.entryGG.singleton div.block > div.table > form.disambigs  {
  margin-bottom: 15px;
}
div.entryGG div.block > div.table > form.disambigs label {
  cursor: pointer;
  color: #336699;
}
div.entryGG div.block > div.table > form.disambigs label:hover {
  color: #6699cc;
}
div.entryGG div.block > div.table > form.disambigs label > input {
  position: relative;
  top: 1px;
}
div.entryGG div.block > div.table > div.titlerow {
  position: relative;
  padding: 2px 6px 2px 4px;
  margin-top: 8px;
  font-size: 0.9em;
  font-weight: bold;
  color: #333333;
}
div.entryGG div.block > div.table > div.titlerow:first-child {
  margin-top: 0px;
}
div.entryGG div.block > div.table > div.row {
  background-color: #f6f6f6;
  position: relative;
  min-height: 1.5em;
  padding: 2px 6px 2px 0px;
  padding-left: 210px;
  margin-bottom: 2px;
}
div.entryGG div.block > div.table > div.row.nolabel {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 1.1em;
}
div.entryGG div.block > div.table > div.row > span.label {
  position: absolute;
  left: 0px; top: 0px; bottom: 0px; width: 200px;
  overflow: hidden;
  background-color: #eeeeee;
  font-size: 0.9em;
  padding: 1px 0px 1px 4px;
  box-sizing: border-box;
}
div.entryGG div.block > div.table > div.row > span.label > i {
  color: #666666;
  font-weight: normal;
  font-style: normal;
}
div.entryGG div.block > div.table > div.row > span.form {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
}
div.entryGG div.block > div.table > div.row > span.form > i {
  color: #666666;
  font-weight: normal;
  font-style: normal;
}
div.entryGG div.block > div.table > div.row > span.form > span.comment {
  color: #666666;
  font-weight: normal;
  font-size: 0.8em;
  float: right;
}
div.entryGG div.block > div.block {
  margin-top: 10px;
  margin-left: 30px;
}
div.entryGG div.block.collapsed > div.block {display: none;}
div.entryGG span.audio {
  font-size: 1em;
  margin-right: 0.25em;
  margin-left: -0.25em;
  float: none;
}

form.combiner {
  margin: -25px 10px 30px -10px;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  font-size: 0.9em;
  padding: 10px 10px 10px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #f3f3f3;
}
form.combiner div.clear {
  clear: left;
}
form.combiner span.slot {
  position: relative;
  float: left;
  box-sizing: border-box;
  padding: 0px 30px 0px 0px;
}
form.combiner span.slot.last {
  padding-right: 0px;
}
form.combiner span.slot span.plus {
  position: absolute;
  display: block;
  top: 0px; right: 0px; width: 30px; text-align: center;
  padding-top: 5px;
}
form.combiner span.slot button {
  box-sizing: border-box;
  position: absolute; top: 1px; right: 1px; bottom: 1px; width: 40px;
  text-align: center;
  border: 0px;
  border-radius: 0px 2px 2px 0px;
  cursor: pointer;
  background-color: #eeeeee;
}
form.combiner span.slot button:hover {
  color: #333333;
  background-color: #d4e5f6;
}
form.combiner span.slot button:focus {
  color: #333333;
  background-color: #d4e5f6;
}
form.combiner span.slot input {
  font: inherit;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 0px #c3c3c3;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 7px;
  color: #000000;
  background-color: #ffffff;
  font-weight: bold;
}
form.combiner span.slot.last input {
  padding-right: 45px;
}
form.combiner span.slot input:focus {
  border-color: #6699cc;
}
form.combiner span.slot input::placeholder {
  color: #000000;
  font-weight: normal;
  font-size: 0.75em;
  white-space: normal;
  padding: 0px;
  margin: 0px;
  line-height: 1em;
}
form.combiner span.slot span.suggs {
  display: none;
  padding: 5px 2px;
  font-size: 0.9em;
  max-height: 1.5em;
  overflow-y: hidden;
}
form.combiner span.slot span.suggs span.sugg {
  color: #666666;
  margin-right: 0.25em;
  font-weight: bold;
  cursor: pointer;
}
form.combiner span.slot span.suggs span.sugg:hover {
  color: #000000;
}

div.seealso {
  margin: 20px 10px 10px 0px;
  position: relative;
  box-sizing: border-box;
  line-height: 1.75em;
  font-size: 0.9em;
  padding-left: 0px;
}
div.seealso span.icon {
  font-size: 1.25em;
  display: inline-block;
  margin-right: 10px;
  margin-left: 2px;
  position: relative; top: 1px;
  color: #666666;
}
div.seealso a {
  font-size: 1.1em;
}
div.seealso.lemmas a {
  font-weight: bold;
  font-size: 1.2em;
}
div.seealso.words a {
  font-weight: bold;
  font-size: 1.15em;
}
div.seealso span.divider {
  color: #999999;
  margin: 0px 0.25em;
}

div.entryEX {
  margin: 20px 10px 10px 0px;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
  line-height: 1.5em;
}
div.entryEX h3.genre {
  font: inherit;
  margin: 0px 0px 0px 0px;
  border-bottom: 4px solid #dddddd;
  padding-bottom: 5px;
  color: #333333;
}
div.entryEX h3.genre span.icon {
  font-size: 1.25em;
  float: left;
  margin: 0 0.5em 0 0;
}
div.entryEX div.pair {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin: 10px 0;
  line-height: 1.75em;
  font-size: 0.9em;
}
div.entryEX div.pair.monolingual {
  border: 0px;
  padding: 0px;
}
div.entryEX div.pair div.source {
  font-weight: bold;
  color: #555555;
  font-size: 1.05em;
}
div.entryEX div.pair.monolingual div.source {
  color: #777777;
}
div.entryEX div.pair div.target {
  font-style: italic;
  color: #444444;
}
div.entryEX span.clickable {
  cursor: pointer;
}
div.entryEX span.clickable:hover {
  color: #336699;
}

div.footer {
  border-top: 1px solid #cccccc;
  min-height: 5em;
  padding: 40px 50px 40px 50px;
  line-height: 1.75em;
  font-size: 0.9em;
  color: #666666;
}
div.footer.home {
  margin-top: 40px;
}
div.footer div.line {
}
div.footer div.line .title {
  font-weight: bold;
  margin-right: 0.5em;
}
div.footer div.line a.title {
  font-weight: bold;
  font-size: 1.1em;
}
div.footer div.line a.cousin {
  font-weight: bold;
  font-size: 1.1em;
  color: #cccccc;
  margin-right: 0.5em;
}
div.footer div.line a.cousin:hover {
  color: #aaaaaa;
}
div.footer div.line a.lic {
  color: #999999;
}
div.footer div.line a.lic:hover {
  color: #aaaaaa;
}

div#toc {margin-bottom: 30px;}
div#toc ol.toc-list {
  list-style: none;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 20px;
}
div#toc ol.toc-list li.toc-list-item {
  list-style: none;
  margin: 5px 0px;
  padding: 0px;
}
div#toc ol.toc-list li.toc-list-item a.toc-link {
  display: block;
  padding: 5px 10px;
  border-radius: 2px;
}
div#toc ol.toc-list li.toc-list-item a.toc-link:hover {
  background-color: #f9f9f9;
}
div#toc ol.toc-list li.toc-list-item a.toc-link.is-active-link {
  font-weight: bold;
  background-color: #eeeeee;
}
div#toc ol.toc-list li.toc-list-item a.toc-link span.headword {
    font-size: 1.25em;
  }
div#toc ol.toc-list li.toc-list-item a.toc-link span.langLabel {
  color: #888888;
  font-size: 0.8em;
  text-transform: uppercase;
}
div#toc ol.toc-list li.toc-list-item a.toc-link span.audio { display: none; }
div#toc ol.toc-list li.toc-list-item a.toc-link span.long { display: none; }
h2 span.short { display: none; }

div#toc.abc {
  line-height: 2em;
}
div#toc.abc ol.toc-list li.toc-list-item {
  list-style: none;
  margin: 5px;
  display: inline-block;
  width: 1.5em;
}
div#toc.abc ol.toc-list li.toc-list-item a.toc-link {
  display: inline-block;
  padding: 0px;
  border-radius: 20px;
}
div#toc.abc ol.toc-list li.toc-list-item a.toc-link span {
  padding: 10px 10px;
}

div.cefrMenu {
  margin-top: 40px;
  font-size: 1.25em;
  line-height: 2em;
}
div.cefrMenu a {
  background-color: #eeeeee;
  padding: 2px 15px;
  border-radius: 4px;
  font-weight: bold;
  color: #666666;
  border: 1px solid #dddddd;
  margin-right: 10px;
  box-shadow: inset 1px 1px 0px #ffffff;
}
div.cefrMenu a:hover {
  color: #6699cc;
  border-color: #99ccff;
}
div.cefrMenu a.current {
  box-shadow: none;
  background-color: #666666;
  color: #ffffff;
  border: 1px solid #333333;
}

h1.cefr {
  line-height: 1.25em;
  margin-top: 20px;
  padding-top: 20px;
}
h1.cefr span.line1 {
  display: block;
  font-weight: normal;
}
h1.cefr span.line2 {
  display: block;
}

div.cefrBlurb {
  margin-top: 1.5em;
  line-height: 1.5em;
  color: #000000;
}
div.cefrBlurb span.attrib {
  font-style: italic;
}
div.cefrBlurb span.attrib a {}

div.cefrSource {
  margin-top: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  color: #666666;
  font-style: italic;
}
div.cefrSource a {}

h2.cefrLetter {
  margin: 0px;
  padding: 30px 0px 20px 0px;
  border-bottom: 1px solid #cccccc;
}
h2.cefrLetter span {}

div.cefrWord {
  padding: 5px 0px;
  border-bottom: 1px solid #cccccc;
}
div.cefrWord a.word {
  font-weight: bold;
}
div.cefrWord span.translation {
  color: #999999;
  font-style: italic;
}
div.cefrWord span.translation::before {
  content: "· ";
}

div.cefrBlock.monolingual {
  margin-top: 1em;
  line-height: 1.75em;
}
div.cefrBlock.monolingual div.cefrWord {
  display: inline;
  border: 0px;
  margin-right: 0.75em;
}

h1.headword.wbw {
  margin-bottom: 35px;
  font-weight: normal;
  line-height: 1.65em;
}
h1.headword.wbw a {
  display: inline-block;
  min-width: 1em;
  text-align: center;
  padding: 0px 5px;
  box-sizing: border-box;
  line-height: 1.1em;
  color: #333333;
  border-radius: 2px;
  border-bottom: 2px dotted #999999;
}
h1.headword.wbw a:hover {
  color: #336699;
  border-bottom-color: #336699;
}
h1.headword.wbw a.current {
  border-bottom: 4px solid #336699;
  background-color: #f6f6f6;
  box-shadow: 4px 4px 0px #eeeeee;
}
div.wbw div.wordline {
  background-color: #f6f6f6;
  padding: 0px 20px 20px 20px;
  border: 1px solid #cccccc;
  border-top: 4px solid #336699;
  margin-bottom: 30px;
  margin-top: 60px;
  margin-right: 20px;
  margin-left: -10px;
  box-shadow: 4px 4px 0px #eeeeee;
  border-radius: 2px;
  position: relative;
}
div.wbw div.wordline div.entryWS {
  margin: 20px 0px 20px 0px;
}
div.wbw div.wordline div.entryWS h3 {
}
div.wbw div.wordline div.entryDY {
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #dddddd;
  padding: 20px 0px;
}
div.wbw div.wordline > *:first-child {
  border-top: 0px !important;
}
div.wbw div.moreContainer {
  margin-top: 20px;
  text-align: right;
}
div.wbw div.moreContainer a.more {
  font-weight: bold;
}
div.wbw div.wordline > span.pique {
  display: block;
  width: 37px;
  height: 19px;
  background-image: url(pique.png);
  position: absolute;
  left: 30px; top: -23px;
}

div.semdom {}
div.semdom div.crumbs {
  font-size: 1em;
  font-weight: normal;
  margin: 20px 0px -20px 0px;
  line-height: 2em;
}
div.semdom div.crumbs a.home {
  color: #666666;
  font-size: 1.25em;
  position: relative;
  top: 1px;
}
div.semdom div.crumbs a.home:hover {
  color: #336699;
}
div.semdom div.crumbs a.step {
  color: #666666;
  padding-bottom: 2px;
  border-bottom: 1px solid #6699cc;
}
div.semdom div.crumbs a.step:hover {
  color: #336699;
  border-bottom-width: 2px;
}
div.semdom div.crumbs i {
  font-size: 0.8em;
  margin: 0px 5px;
}
div.semdom h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
  line-height: 2em;
}
div.semdom h1 a.home {
  color: #666666;
  font-size: 0.75em;
  position: relative;
  top: -1px;
}
div.semdom h1 a.home:hover {
  color: #336699;
}
div.semdom h1 > i {
  font-size: 0.8em;
  margin: 0px 5px;
}

div.semdom p.blurb {
  margin: -10px 0px 20px 0px;
  line-height: 1.5em;
}
div.semdom ul.prompts {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
div.semdom li.prompt {
  line-height: 1.5em;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.semdom li.prompt > div.value {
  font-style: italic;
  color: #000000;
}
div.semdom li.prompt div.expressions {
  margin-top: 6px;
  line-height: 1.75em;
}
div.semdom li.prompt div.expressions a.expression {
  display: inline;
  border: 0px;
  margin-right: 0.75em;
  font-weight: bold;
}
div.semdom ul.children {
  display: block;
  margin: 30px 0px 0px 10px;
  padding: 0px;
}
div.semdom ul.grandchildren {
  display: block;
  margin: 0px;
  padding: 0px;
}
div.semdom ul.children li.child {
  display: block;
  margin: 15px 0px;
  padding: 0px 0px 0px 30px;
  position: relative;
}
div.semdom ul.children li.child i {
  position: absolute;
  top: 2px;
  left: 10px;
}
div.semdom ul.children li.child a {
  color: #666666;
  padding-bottom: 2px;
  border-bottom: 1px solid #6699cc;
}
div.semdom ul.children li.child a:hover {
  color: #336699;
  border-bottom-width: 2px;
}

div.semdomsHome {
  margin: 40px -250px 40px -250px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
  box-shadow: none, none, 2px 2px 0px #ffffff, none;
}
div.semdomsHome h1 {
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #dddddd;
  font-size: 1.25em;
  font-weight: normal;
  color: #666666;
  text-shadow: 2px 2px 0px #ffffff;
  box-shadow: 2px 2px 0px #ffffff;
  text-align: center;
}
div.semdomsHome h1 span {
  position: relative;
  top: 0.5em;
  background-color: #f6f6f6;
  padding: 0px 0.5em;
}
div.semdomsHome > div.semdom {
  float: left;
  width: 33%;
  min-height: 20em;
}
div.semdomsHome > div.clear {
  clear: left;
}
