#bodyCol2 > .wordsearch > .bubHead {
  background-color: #9f9b63;
  border: solid #887f35 1px;
  border-bottom: solid #959452 1px;
  padding: 1px 1px 0;
  border-radius: 3px 3px 0 0;
}

#bodyCol2 > .wordsearch > .bubHead > div {
  position: relative;
  background-color: #969258;
  border: solid #9a995c 2px;
  border-bottom: solid #959452 0;
  padding: 1px 1px 0;
  border-radius: 2px 2px 0 0;
  width: 100%;
  text-align: center;
}

#bodyCol2 > .wordsearch > .bubHead > div > h6 {
  background-color: #9f9b62;
  border: solid #a3a169 1px;
  border-bottom: solid #959452 0;
  color: #fff;
  font-weight: bold;
  font-family: verdana,helvetica;
  font-size: .75em;
  text-shadow: #696121 1px 1px 0;
  padding: 4px 7px 6px;
}

#bodyCol2 > .wordsearch > .bubHead ~ .bubHead {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  margin-top: -2px;
}

#bodyCol2 > .wordsearch > .bubBody {
  font-family: arial,helvetica;
  font-size: .9em;
  background-color: #fdfdfc;
  border: solid #e0dfc5 1px;
  border-width: 0 1px 1px;
  padding: 0 1px 1px;
  border-radius: 0 0 3px 3px;
}

#bodyCol2 > .wordsearch > .bubBody > div {
  background-color: #fcfbec;
}

#bodyCol2 > .wordsearch > .bubBody > div > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
  padding: 8px;
  gap: 5px;
}

#bodyCol2 > .wordsearch > .bubBody > div > div.full-width {
  display: block;
}

#bodyCol2 > .wordsearch > .bubBody > div > div > div.ticked a {
  color: #383613;
  background-color: #bfbb82;
  cursor: default;
}

#bodyCol2 > .wordsearch > .bubBody > div > div > div.ticked a:hover {
  color: #383613;
  background-color: #bfbb82;
  text-decoration: none;
}

#bodyCol2 > .wordsearch > .bubBody > div > div > div a {
  color: #514e21;
  white-space: nowrap;
  font-weight: bold;
  background-color: #e2dfb1;
  border: solid #969259 1px;
  border-radius: 3px;
  padding: 4px 8px;
  text-align: center;
  display: block;
}

#bodyCol2 > .wordsearch > .bubBody > div > div > div a:hover {
  color: #fffef6;
  background-color: #bfbb82;
  text-decoration: none;
}

#bodyCol2 > .wordsearch > .bubBody > div > p {
  text-align: center;
  padding: 11px 0 0 0;
}

#bodyCol2 > .wordsearch > .bubBody > div > p > a {
  color: #646029;
}

#bodyCol2 > .wordsearch > .bubBody > div > p > a:hover {
  color: #9E0B0F;
}

#bodyCol1 .didyoumean {
  margin: 0 20px;
  padding-top: 15px;
  margin-bottom: 15px;
  border-bottom: solid #c5d2e0 1px;
}

#bodyCol1 .didyoumean a {
  color: #9e0b0f;
  font-weight: bold;
}

#reading-listening {
  width: 100%;
  padding: 1rem 0;
  margin: 0;
  font-size: .9em;
  line-height: 1.6em;
}

#reading-listening div {
  border: none;
  margin: 0;
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

#reading-listening div div.disabled {
  color: #7e7e7e;
}

#reading-listening div label {
  padding-left: 5px;
  white-space: nowrap;
}

#reading-listening div div {
  display: inline;
  padding-right: 1rem;
}

@media screen and (min-width: 31.25em) {
  body:not(.viewport) #reading-listening {
    font-size: 1em;
  }
}

#lexicon {
  width: 100%;
  padding: 4px;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #lexicon {
    background-color: #fff;
    padding: 0;
  }
}

#lexicon > #lexTitle {
  background-color: #fff;
  border: solid #c5d2e0 1px;
  text-align: center;
  color: #627b9f;
  width: 100%;
  border-radius: 5px;
  text-shadow: #f9fafb 1px 1px 0;
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #lexicon > #lexTitle {
    border: none;
    border-radius: 0;
  }
}

#lexicon > #lexTitle > h6 {
  text-align: center;
  font-weight: bold;
  font-size: 2.2em;
  padding: 2px 0 4px;
  line-height: 1.2em;
}

#lexTitle > h6.lexTitleHb {
  font-size: 2.6em;
}

#lexicon > #lexTitle > .left {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 18px;
}

#lexicon > #lexTitle > .right {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 18px;
}

/* ######################### Lexicon Table ######################### */
#lexResults,
.lexiconTable {
  width: 100%;
  display: inline-block;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #lexResults,
  body:not(.viewport) .lexiconTable {
    margin-bottom: 0;
  }
}

.lexiconTable {
  margin: 4px auto;
  line-height: 1.4em;
}

.lexiconTable .row .columns .row {
  min-height: 100%;
}

.lexiconTable .row .columns .row .columns > div + div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body.viewport .lexiconTable .row .columns.medium-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row .row {
  margin-left: 0;
  margin-right: 0;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) .expandable {
    padding: 0.5rem 1rem;
    font-size: 1em;
  }
  body:not(.viewport) .expandable.expandable-closed {
    border-bottom: 1px solid #e6e6e6;
  }
  body:not(.viewport) .expandable:before {
    content: "- Hide ";
    display: inline;
  }
  body:not(.viewport) .expandable.expandable-closed:before {
    content: "+ Show ";
    display: inline;
  }
}

.columns {
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) .row .columns {
    border-bottom: 1px solid #e6e6e6;
  }
  body:not(.viewport) .row .columns .row .columns {
    border-bottom: none;
  }
  body:not(.viewport) .row .columns.dark-border {
    border-bottom: 1px solid #8a8a8a;
  }
}

.columns:first-child.medium-6 {
  padding-right: 4px;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) .columns:first-child.medium-6 {
    padding-right: 0;
  }
}

.mobile-footer .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.table-styles > div {
  background-color: #fff;
  padding: 10px;
  border: solid #c5d2e0 1px;
  border-width: 0 1px 1px;
  border-radius: 0 0 5px 5px;
  font-size: 1rem;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) .table-styles {
    padding: 0.5rem 1rem;
  }
  body:not(.viewport) .table-styles > div {
    width: 50%;
    padding: 0;
    display: inline;
    border: none;
  }
  body:not(.viewport) .table-styles.small-12 > div {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 40em) {
  body:not(.viewport) .table-styles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
  }
  body:not(.viewport) .table-styles .columns:last-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 767px) and (max-width: 1025px) {
  body:not(.viewport) .table-styles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body:not(.viewport) .table-styles#lexOut.dark-border,
  body:not(.viewport) .table-styles#lexOut .table-styles, body:not(.viewport) .table-styles#lexThayers, body:not(.viewport) .table-styles.columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.viewport .table-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

body.viewport .table-styles .columns:last-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body.viewport .table-styles .small-text-right {
  text-align: left;
}

.row .lexicon-label {
  padding: 5px;
  font-size: 1em;
  font-weight: bold;
  color: #506373;
  background-color: #e4eaee;
  border: solid #c5d2e0 1px;
  border-radius: 5px 5px 0 0;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) .row .lexicon-label {
    background-color: #fff;
    border: none;
    padding: 0;
  }
  body:not(.viewport) .row .lexicon-label.expandable {
    font-weight: normal;
    color: #0a0a0a;
  }
}

#lexOut div > ol {
  font-size: 1.4em;
}

#lexOut div > ol li {
  list-style-position: outside;
  font-style: italic;
  font-family: Georgia, Times, serif;
  color: #a9bbc7;
  line-height: .9em;
}

#lexOut div ol > li > p {
  font-style: normal;
  font-weight: normal;
  font-family: arial, helvetica;
  font-size: .8em;
  color: #000;
  margin-top: 4px;
  padding: 2px 5px;
  border: solid #fff 1px;
  position: relative;
  left: -2px;
}

#lexOut div ol > li > p:hover {
  background-color: #f9fafb;
  border: solid #c5d2e0 1px;
  border-radius: 5px;
}

#lexOut div > ol > li {
  list-style-type: upper-roman;
  margin-left: 50px;
}

#lexOut div > ol > li > ol > li {
  margin-left: 24px;
  list-style-type: upper-alpha;
}

#lexOut div > ol > li > ol > li > ol > li {
  margin-left: 24px;
  list-style-type: decimal;
}

#lexOut div > ol > li > ol > li > ol > li {
  margin-left: 24px;
  list-style-type: lower-roman;
}

#lexOut div > ol > li > ol > li > ol > li > ol > li {
  margin-left: 24px;
  list-style-type: lower-alpha;
}

#lexOut div > ol > li > ol > li > ol > li > ol > li > ol > li {
  margin-left: 24px;
  list-style-type: disc;
}

#lexOut div .lexSpecial {
  font-style: normal;
  font-weight: normal;
  font-family: arial, helvetica;
  font-size: .95em;
  color: #000;
  margin-top: 4px;
  padding: 5px 14px;
  background-color: #f9fafb;
  border: solid #c5d2e0 1px;
  border-radius: 5px;
}

/* Outline of Biblical Usage Blurb */
#lexOut div .lexBlurb {
  font-style: normal;
  font-weight: normal;
  font-family: arial, helvetica;
  font-size: .95em;
  color: #000;
  padding: 10px;
}

#lexOut div .lexBlurb::before {
  display: inline-block;
  font-weight: bold;
  color: #6488A8;
  margin-right: 2px;
  content: 'Additional information from the Outline of Biblical Usage:';
}

#lexOut div > ol > li .lexBlurb,
#lexOut div > ol > li .lexSpecial {
  margin-left: -50px;
  font-size: .65em;
  line-height: 1.4em;
}

#lexOut div > ol > li > ol > li > .lexBlurb,
#lexOut div > ol > li > ol > li > .lexSpecial {
  margin-left: -75px;
}

#lexOut div > ol > li > ol > li > ol > li > .lexBlurb,
#lexOut div > ol > li > ol > li > ol > li > .lexSpecial {
  margin-left: -100px;
}

#lexOut div .lexSyn {
  margin-top: 12px;
}

.lexBlock {
  margin: 8px 20px;
  font-style: italic;
  color: #506373;
}

.greybox {
  margin-top: 8px;
  font-size: 1em;
  font-weight: bold;
  color: #506373;
}

#lexThayers img {
  padding: 0;
  border-width: 0;
  background-color: #fff;
}

#lexThayers div p {
  text-align: center;
  font-weight: bold;
  padding: 0 0 10px;
}

#lexThayers div p:first-child {
  padding: 10px 0 0;
}

#lexTrans > div + div,
#lexPro > div + div,
#lexPart > div + div,
#lexRoot > div + div {
  min-height: 51px;
}

div#lexPronunc {
  float: right;
  cursor: pointer;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) div#lexPronunc {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    color: #d7e1ec;
    border: 1px solid #445a7a;
    background-color: #627b9f;
    padding: 2px 4px;
    text-align: center;
    font-size: .8rem;
    margin-left: .2rem;
    text-transform: uppercase;
    border-radius: 4px;
  }
  body:not(.viewport) a#moreTG {
    font-weight: normal;
    color: #d7e1ec;
    border: 1px solid #445a7a;
    background-color: #627b9f;
    padding: 6px 10px;
    text-align: center;
    font-size: .9em;
    text-transform: uppercase;
    border-radius: 4px;
  }
}

/* ######################### Lex Results ######################### */
#lexResults h2 {
  text-align: center;
  border: 1px solid #627b9f;
  background-color: #a0b3cb;
  color: #f9fafb;
  width: 100%;
  border-radius: 5px 5px 0 0;
  text-shadow: #627b9f 1px 1px 0;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 1.05em;
  padding: 3px 5px 1px;
  margin-top: 8px;
}

#lexResults .table-styles {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

#lexResults .table-styles > div {
  background-color: #f9fafb;
  padding: 15px 20px 5px;
  font-size: 1em;
  border-radius: 0;
}

#lexResults .table-styles > div.lexicon-label {
  background-color: #fff;
  padding: 0;
  border: none;
}

#lexResults .table-styles > div > p {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5em;
}

#lexResults .table-styles > div > div > p {
  margin-bottom: 10px;
}

#lexResults .row > .columns > div.HebBibleText {
  text-align: right;
  font-size: 1.8em;
  line-height: 1.3em;
  direction: rtl;
}

#lexResults .row > .columns > div.GkBibleText {
  font-size: 1.3em;
  /*line-height: 1.3em;*/
}

#lexResults .row > .columns > div.GkBibleText sup {
  top: -1em;
  font-size: 0.55em;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #lexResults h2 {
    border: none;
    display: inline;
    color: #0a0a0a;
    margin-top: 0;
    padding: 0;
    text-shadow: none;
    background-color: #fff;
    font-size: 1.05rem;
    font-weight: normal;
  }
  body:not(.viewport) #lexResults .table-styles > div {
    font-size: 1.05rem;
    background-color: #fff;
    border: none;
  }
  body:not(.viewport) #lexResults .table-styles > div > p {
    text-align: left;
  }
}

.lex-expand > .row > .columns:not(.table-styles) {
  padding-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) .lex-expand .lexicon-label {
    font-size: 1.05rem;
  }
  body:not(.viewport) .lex-expand .table-styles {
    padding: 1.5rem 1rem;
  }
  body:not(.viewport) #lexResults .table-styles {
    padding: 1.5rem 1rem;
  }
  body:not(.viewport) .small-text-right {
    text-align: right;
  }
}

.bible .bibleTable {
  border: 1px solid #c5d2e0;
  border-top: none;
}

.bible .bibleTable .row {
  border-bottom: 1px solid #e7ecf2;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
}

.bible .bibleTable .row.sixbuttons div.tablet-order-1 p {
  font-size: 12px;
}

@media screen and (min-width: 51.25em) {
  .bible .bibleTable .row.align-middle {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bible .bibleTable .row .columns {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  font-size: 1rem;
  border-bottom: none;
}

.bible .bibleTable .row .columns a img,
.bible .bibleTable .row .columns p img {
  border: none;
  background: none;
}

.bible .bibleTable .row .columns.tablet-order-1 {
  text-align: center;
}

@media screen and (min-width: 51.25em) {
  .bible .bibleTable .row .columns.tablet-order-1 {
    max-width: 80px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 51.25em) {
  .bible .bibleTable .row .columns.tablet-order-1 p {
    margin-top: 5px;
  }
}

.bible .bibleTable .row .columns.tablet-order-1 a[data-type='buttons'] {
  border: none;
  display: inline-block;
  padding-left: 2px;
}

.bible .bibleTable .row .columns.tablet-order-1 a[data-type='buttons'] img {
  border: none;
  margin: 0 0 -3px 0;
  padding: 0;
}

.bible .bibleTable .row .columns.tablet-order-1 a[data-type='toolsHover'] {
  color: #fff;
  border: 1px solid #202a39;
  background-color: #627b9f;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 2px 4px;
  vertical-align: top;
}

.bible .bibleTable .row .columns.tablet-order-1 a[data-type='toolsHover']:hover {
  text-decoration: none;
  background-color: #7a91b0;
}

.bible .bibleTable .row .columns.tablet-order-2 {
  font-size: .9em;
  font-weight: bold;
}

.bible .bibleTable .row .columns.tablet-order-2 img {
  border: none;
}

.bible .bibleTable .row .columns.tablet-order-2 p {
  padding: 4px;
  white-space: nowrap;
}

.bible .bibleTable .row .columns.tablet-order-2 p img {
  margin: 0 0 7px;
}

@media screen and (min-width: 51.25em) {
  .bible .bibleTable .row .columns.tablet-order-2 {
    max-width: 105px;
    padding: 0 5px 0 0;
    text-align: left;
  }
}

.bible .bibleTable .row .columns.tablet-order-3 {
  padding-left: 8px;
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.bible .bibleTable .row .columns.tablet-order-3 div {
  line-height: 1.4em;
  padding: 4px;
  border: 1px solid #fff;
  margin: 0;
}

.bible .bibleTable .row .columns.tablet-order-3 div:hover {
  border-color: #d1cea1;
  background-color: #f8f8da;
  border-radius: 3px;
}

.bible .bibleTable .row .columns.tablet-order-3 div.HebBibleText span.hbrTextTag > span.data-word:hover,
.bible .bibleTable .row .columns.tablet-order-3 div.GkBibleText span.grkTextTag > span.data-word:hover {
  color: #39547f;
  border-bottom: 1px dotted #39547f;
  cursor: help;
}

.bible .bibleTable .row .columns.tablet-order-3 div img.copyBox {
  border: none;
  background: none;
  margin: 0 7px 2px 0;
}

.bible .bibleTable .row .columns.tablet-order-3 div a.criteria {
  color: #9e0b0f;
  font-weight: bold;
  border-bottom: 1px dotted #9e0b0f;
}

.bible .bibleTable .row .columns.tablet-order-3 div a.criteria:hover {
  text-decoration: none;
  border-bottom-width: 0px;
}

.bible .bibleTable .row .columns.tablet-order-3 div .rl {
  color: #a70b0b;
}

.bible .bibleTable .row .columns.tablet-order-3 div .rl.unset {
  color: inherit;
}

@media print, screen and (max-width: 51.24875em) {
  body:not(.viewport) .bible .bibleTable {
    border: none;
    text-align: left;
  }
  body:not(.viewport) .bible .bibleTable .__ln-loadmore-wrapper {
    border-top: 1px solid #e7ecf2;
    text-align: center;
  }
  body:not(.viewport) .bible .bibleTable .__ln-loadmore-btn {
    padding: 0.5rem 1rem;
    margin: 2rem auto 1rem;
    text-transform: uppercase;
    font-size: 1em;
  }
}

@media screen and (max-width: 63.99875em) {
  body:not(.viewport) .bible .bibleTable .row {
    padding: 1rem;
  }
}

@media print, screen and (max-width: 51.24875em) {
  body:not(.viewport) .bible .bibleTable .row .columns.tablet-order-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 25em) {
  body:not(.viewport) .bible .bibleTable .row .columns.tablet-order-1 {
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

@media print, screen and (max-width: 51.24875em) {
  body:not(.viewport) .bible .bibleTable .row .columns.tablet-order-1 a[data-type='toolsHover'] {
    padding: 6px 12px;
    font-size: 1em;
    text-transform: none;
    font-weight: normal;
    margin-left: 0;
    margin-top: 8px;
  }
}

@media screen and (max-width: 25em) {
  body:not(.viewport) .bible .bibleTable .row .columns.tablet-order-1 a[data-type='toolsHover'] {
    padding: 4px 6px;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 51.24875em) {
  body:not(.viewport) .bible .bibleTable .row .columns.tablet-order-3 div {
    padding-left: 1rem;
    border: none;
    background-color: transparent;
  }
}

@media print, screen and (max-width: 51.24875em) {
  body:not(.viewport) .bible .bibleTable .row .columns.tablet-order-3 div > a {
    text-decoration: underline;
    font-weight: bold;
  }
}

@media screen and (max-width: 25em) {
  body:not(.viewport) .bible .bibleTable .row .columns.tablet-order-3 div {
    padding: 0 0 0 1rem;
  }
}

@media print, screen and (max-width: 51.24875em) {
  body:not(.viewport) .bible .bibleTable .row .columns.tablet-order-3 {
    max-width: calc(10*100%/12);
  }
  body:not(.viewport) .bible .bibleTable .row .columns.tablet-order-3 span > a {
    text-decoration: underline;
  }
}

body.viewport .bible .bibleTable .row.align-middle {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body.viewport .bible .bibleTable .row .columns.tablet-order-1 {
  max-width: 80px;
  padding: 0 10px;
}

body.viewport .bible .bibleTable .row .columns.tablet-order-1 p {
  margin-top: 5px;
}

body.viewport .bible .bibleTable .row .columns.tablet-order-2 {
  max-width: 105px;
  padding: 0 5px 0 0;
  text-align: left;
}

#pageCont {
  font-size: 18px;
  line-height: 1.4em;
  margin: 0 auto;
  width: 445px;
  background-color: #fff;
}

#pageCont .pageCont-header {
  font-weight: bold;
  font-size: 1.4em;
  color: #485c7d;
  text-align: center;
  border: 1px solid #c5d2e0;
  padding: 0;
  background-color: #e9eef1;
  border-radius: 3px;
}

#pageCont .pageCont-header .columns {
  padding: 4px 5px;
}

#pageCont .pageCont-header .columns div {
  text-align: center;
}

#pageCont a:hover {
  text-decoration: none;
  color: inherit;
}

#pageCont .columns {
  padding-top: 7px;
  padding-right: 7px;
  border-bottom: none;
}

#pageCont .columns p {
  margin: 7px 0 0;
  text-align: center;
}

#pageCont .columns p:first-child {
  margin: 0;
}

#pageCont .columns p:hover span {
  border-color: #2a384d;
  background-color: #3f5477;
  color: #fff;
  text-shadow: #2a384d 1px 1px 0;
}

@media print, screen and (min-width: 40em) {
  #pageCont .columns p:hover span.results-range {
    border-color: #3f5477;
    background-color: #627B9F;
    text-shadow: #3f5477 1px 1px 0;
  }
}

#pageCont .columns p span {
  display: block;
  float: left;
  border: 1px solid #637c95;
  background-color: #c1d4e8;
  color: #2f4d6e;
  width: 35px;
  margin-bottom: 7px;
  border-radius: 3px 0 0 3px;
  padding: 1px 5px;
  font-size: .9em;
  font-weight: bold;
  text-shadow: #e9eef1 1px 1px 0;
}

#pageCont .columns p span.results-range {
  border-left-width: 0;
  border-color: #b4c3d3;
  background-color: #e9eef1;
  color: #2f4d6e;
  width: 175px;
  border-radius: 0 3px 3px 0;
  padding-left: 8px;
  text-shadow: #fff 1px 1px 0;
  font-weight: normal;
}

#pageCont .columns p.moreRefs2 {
  cursor: default;
}

#pageCont .columns p.moreRefs2 span {
  border-color: #2a384d;
  background-color: #3f5477;
  color: #fff;
  text-shadow: #2a384d 1px 1px 0;
}

#pageCont .columns p.moreRefs2 span.results-range {
  border-color: #3f5477;
  background-color: #627B9F;
  text-shadow: #3f5477 1px 1px 0;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #pageCont {
    width: 100%;
    font-size: 1em;
  }
  body:not(.viewport) #pageCont .row {
    padding: 1rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #pageCont .columns {
    padding: 0 1rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #pageCont .columns p {
    padding: 0.5rem 0;
    margin: 0;
  }
  body:not(.viewport) #pageCont .columns p a {
    display: block;
    padding: 0.5rem 1rem;
    border: 1px solid #637c95;
    background-color: #c1d4e8;
    border-radius: 3px;
    color: #2f4d6e;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #pageCont .columns p:hover span {
    background-color: #c1d4e8;
    color: #0a0a0a;
    text-shadow: none;
    border-color: #637c95;
    color: #2f4d6e;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #pageCont .columns p span {
    display: inline;
    float: initial;
    padding: 0;
    width: inherit;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    font-weight: normal;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #pageCont .columns p span.results-range {
    background-color: transparent;
    border: 0;
    padding-left: 0.5rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #pageCont .columns p.moreRefs2 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 0;
    background-color: #627b9f;
    border: 1px solid #3f5477;
    border-radius: 3px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #pageCont .columns p.moreRefs2 span {
    display: block;
    padding: 0.5rem 0;
    background: none;
    border: none;
    color: #fff;
    text-shadow: none;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #pageCont .columns p.moreRefs2 span.results-number {
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #pageCont .columns p.moreRefs2 span.results-range {
    background: none;
    border: none;
    color: #fff;
    text-shadow: none;
  }
}

body.viewport #pageCont .columns.medium-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(600%/12);
      -ms-flex: 0 0 calc(600%/12);
          flex: 0 0 calc(600%/12);
  max-width: calc(600%/12);
}

body.viewport #pageCont .columns p:hover span.results-range {
  border-color: #3f5477;
  background-color: #627B9F;
  text-shadow: #3f5477 1px 1px 0;
}

/* ######################### Lex Search ######################### */
#lexSearch h2 {
  text-align: center;
  border: solid #627b9f 1px;
  background-color: #a0b3cb;
  color: #f9fafb;
  width: 100%;
  border-radius: 5px 5px 0 0;
  text-shadow: #627b9f 1px 1px 0;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 1.05em;
  padding: 3px 5px 1px;
}

#lexSearch > div {
  border: solid #c5d2e0 1px;
  border-width: 0 1px 1px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  width: 100%;
}

#lexSearch > div > #prevNext {
  margin-bottom: 7px;
  text-align: left;
}

#lexSearch > div > #prevNext > div:first-child {
  float: right;
}

#lexSearch > div > form {
  text-align: center;
}

#lexSearch input,
#lexSearch select {
  width: inherit;
  border: solid #c5d2e0 1px;
  border-radius: 5px;
  padding: 2px;
  margin: 0 2px;
  background-color: #f9fafb;
  color: #485770;
}

#lexSearch input[type="text"] {
  padding: 3px;
}

#lexSearch input[type="submit"] {
  background-color: #bbcada;
  border: solid #91a6c3 1px;
  font-weight: bold;
}

#lexSearch input[type="submit"]:hover {
  background-color: #52627c;
  border: solid #3c485b 1px;
  color: #e9eef1;
}

/* ######################### Vine's Entry popup table ######################### */
#lexVines {
  overflow: auto;
  overflow-x: hidden;
  max-height: 450px;
  background-color: #fff;
}

#lexVines > div:nth-child(odd) {
  background-color: #ebf4fd;
  border-bottom: 1px solid #C5D2E0;
  border-right: 1px solid #C5D2E0;
  color: #506373;
  text-align: left;
  padding: 0px;
}

#lexVines > div > table {
  width: 100%;
}

#lexVines > div > table a {
  font-variant: small-caps;
  font-weight: normal;
}

#lexVines > div > table > tbody > tr > td {
  padding: 5px;
}

#lexVines > div > table > tbody > tr > td:last-child {
  font-weight: normal;
  text-align: right;
}

#lexVines > div + div {
  border-bottom: 1px solid #C5D2E0;
  border-right: 1px solid #C5D2E0;
  width: 100%;
}

#lexVines > div + div > div {
  padding: 10px 15px 15px;
}

#lexVines > div > div > hr {
  background-color: #C5D2E0;
}

span.Amharic {
  font-size: 1.5em;
  vertical-align: bottom;
}

span.AramaicSerto {
  font-family: AramaicSerto !important;
  font-size: 1.5em;
}

span.Arabic {
  font-size: 1.9em;
  vertical-align: sub;
  direction: rtl;
  display: inline-block;
}

span.Samaritan {
  font-family: Samaritan !important;
  font-size: 1.5em;
  font-weight: bold;
}

span.Syriac {
  font-size: 1.5em;
  font-weight: bold;
}

span.Urdu {
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: bottom;
}

.lexical-key {
  width: 100%;
  font-size: 0.9em;
}

.lexical-key > tbody > tr > td:first-child,
.lexical-key > tbody > tr > td:first-child + td + td + td {
  font-weight: bold;
}

.lexical-key > tbody > tr > td {
  font-family: Trebuchet MS, Arial Unicode MS;
  padding: 2px;
  background-color: #fefefe;
  vertical-align: middle;
}

.lexical-key > tbody > tr:nth-child(even) > td {
  background-color: #F0F6FC;
  border: 1px solid #355488;
  border-width: 1px 0px;
}

.lexical-key > tbody > tr > td:first-child + td + td {
  border-right: 1px solid #355488;
}

.translit-border > tbody > tr:last-child > td {
  border-bottom: none;
}

.translit-border > tbody > tr > td:nth-child(6) {
  border-right: 1px solid #355488 !important;
}

div#trench {
  padding: 17px 40px;
  font-size: 0.9em;
}

div#trench > p {
  text-align: justify;
  line-height: 1.5em;
  margin: 12px 0;
}

div#trench > p > span.Gk {
  font-size: 1.1em;
}

div#trench > p > span.Hb {
  font-size: 1.2em;
}

div#trench > h2 {
  text-align: center;
  font-size: 1.2em;
  margin: 17px 0;
  line-height: 1em;
  font-weight: bold;
}

div#trenchTOC {
  padding: 17px 120px;
  font-size: 0.9em;
}

div#trenchTOC > h2 {
  text-align: center;
}

div#trenchTOC > blockquote > p {
  margin: 20px 0;
}

div#trenchTOC > blockquote {
  text-align: center;
}

div#trenchTOC > blockquote > div.cite {
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #C5D2E0;
  padding: 10px;
}

div#trench > blockquote > div.cite > table {
  margin-top: 12px;
}

div#trenchTOC > blockquote > div.cite > table > tbody > tr > td {
  padding: 3px;
}

#lexicon > table > tbody > tr > td#lexDict > div ~ div > p {
  padding-top: 12px;
}

#lexicon > table > tbody > tr > td#lexDict > div ~ div > p:first-child {
  padding-top: 0;
}

/* ######################### Strong's Definition ######################### */
.titleAside {
  float: right;
  font-size: 85%;
  color: #39547f;
  cursor: pointer;
}

.strongsEcks,
.Sy {
  font-size: 150%;
  font-weight: bold;
  vertical-align: top;
}

.strongsDagger {
  padding-right: 2px;
}

.strongsPlus {
  font-size: 120%;
  font-weight: bold;
  vertical-align: top;
}

#strongsInfo hr {
  height: 1px;
  margin: 0 auto 1em;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #e6e6e6;
}

#strongsInfo div > p {
  padding-bottom: 1rem;
}

#outlineBiblical > .lexSpecial {
  margin-left: 0;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #strongsInfo.__hidden,
  body:not(.viewport) #InflectionOccurrences.__hidden,
  body:not(.viewport) #outlineBiblical.__hidden,
  body:not(.viewport) #BDBHebrew.__hidden,
  body:not(.viewport) #BDBTayersLexBlock.__hidden,
  body:not(.viewport) #HebrewLexImg.__hidden,
  body:not(.viewport) #concordanceResults.__hidden,
  body:not(.viewport) #bibleTable.__hidden,
  body:not(.viewport) #pageCont.__hidden {
    display: none;
  }
}

#lexCount > div + div,
.lexStrongsDef > div + div {
  line-height: 1.6em;
}

.lexStrongsDef .Gk,
.lexStrongsDef .Hb,
.lexStrongsDef .Sy,
.lexStrongsDef .strgtrans {
  font-weight: bold;
}

.Hb {
  font-size: 1.6em;
}

.Gk {
  font-size: 1.3em;
}

sup {
  line-height: inherit;
}

.back-link {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  text-decoration: underline;
}

.back-link a {
  font-size: 1rem;
}

/* ######################### BDB & Thayer's Definition ######################### */
@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) .bdb-thayer-lex > div > div + div {
    padding: 1.5rem 1rem;
  }
}

.bdb-thayer-lex #lexyText {
  font-size: 1em;
  line-height: 1.6em;
}

.bdb-thayer-lex #lexyText h3 {
  font-weight: bold;
  padding-top: 15px;
}

.bdb-thayer-lex #lexyText .direction-rtl {
  direction: rtl;
  display: inline-block;
  font-size: 1.6em;
}

.bdb-thayer-lex #lexyText .direction-rtl .maroon.Hb {
  font-size: unset;
}

.bdb-thayer-lex #lexyText .maroon {
  color: maroon;
  display: inline-block;
}

.bdb-thayer-lex #lexyText .maroon.Gk {
  cursor: pointer;
}

.bdb-thayer-lex #lexyText .maroon.Hb {
  cursor: pointer;
}

.bdb-thayer-lex #lexyText .bdb-title,
.bdb-thayer-lex #lexyText .thayer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
}

.bdb-thayer-lex #lexyText .bdb-title > span,
.bdb-thayer-lex #lexyText .thayer-title > span {
  font-weight: bold;
}

.bdb-thayer-lex #lexyText .bdb-title > span + span,
.bdb-thayer-lex #lexyText .thayer-title > span + span {
  font-weight: normal;
}

.bdb-thayer-lex #lexyText .bdb-title > span + span a.bdb-abbreviations-link,
.bdb-thayer-lex #lexyText .thayer-title > span + span a.bdb-abbreviations-link {
  cursor: pointer;
  color: #425479;
  border: 1px solid #B8CCEE;
  background-color: #F3F7FE;
  display: inline-block;
  font-size: 13px;
  font-family: arial, helvetica !important;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 7px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.bdb-thayer-lex #lexyText .bdb-title > span + span a.bdb-abbreviations-link:hover,
.bdb-thayer-lex #lexyText .thayer-title > span + span a.bdb-abbreviations-link:hover {
  color: #fff;
  border: 1px solid #293D61;
  background-color: #677A9C;
  text-decoration: none;
}

.bdb-thayer-lex #lexyText .bdb-title > span + span span.show-hide-ten,
.bdb-thayer-lex #lexyText .thayer-title > span + span span.show-hide-ten {
  display: none;
}

.bdb-thayer-lex #lexyText.show-hide-ten .bdb-title span.show-hide-ten,
.bdb-thayer-lex #lexyText.show-hide-ten .thayer-title span.show-hide-ten {
  display: inline;
  cursor: pointer;
  color: #fff;
  border: 1px solid #293D61;
  background-color: #677A9C;
  display: inline-block;
  font-size: 13px;
  font-family: arial, helvetica !important;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 2px 4px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.bdb-thayer-lex #lexyText.show-hide-ten .bdb-title span.show-hide-ten::before,
.bdb-thayer-lex #lexyText.show-hide-ten .thayer-title span.show-hide-ten::before {
  content: "Collapse";
}

.bdb-thayer-lex #lexyText.show-hide-ten .bdb-title span.show-hide-ten:hover,
.bdb-thayer-lex #lexyText.show-hide-ten .thayer-title span.show-hide-ten:hover {
  color: #425479;
  border: 1px solid #B8CCEE;
  background-color: #F3F7FE;
}

@media print, screen and (max-width: 39.99875em) {
  .bdb-thayer-lex #lexyText.show-hide-ten .bdb-title span.show-hide-ten,
  .bdb-thayer-lex #lexyText.show-hide-ten .thayer-title span.show-hide-ten {
    display: none;
  }
}

.bdb-thayer-lex #lexyText.show-hide-ten.show-ten {
  height: 275px;
  overflow: hidden;
}

.bdb-thayer-lex #lexyText.show-hide-ten.show-ten span.show-hide-ten {
  min-width: 80px;
  text-align: center;
}

.bdb-thayer-lex #lexyText.show-hide-ten.show-ten span.show-hide-ten::before {
  content: "Show All";
}

.bdb-thayer-lex #lexyText span.bdbGlyph img {
  width: 15px;
  height: 15px;
}

.bdb-thayer-lex #lexyText div.scriptureIndex {
  border: 1px #627b9f solid;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
}

.bdb-thayer-lex #lexyText div.scriptureIndex p {
  text-align: left;
  padding: unset;
  font-weight: unset;
  padding-left: 5px;
}

.bdb-thayer-lex #lexyText div.scriptureIndex p:nth-child(2n) {
  padding-left: 25px;
}

.bdb-thayer-lex .emphasis,
.bdb-thayer-lex .lexicon-word,
.bdb-thayer-lex .bdbbullet-lvl1
.thbullet-lvl1 {
  font-weight: bold;
}

.bdb-thayer-lex .Gk,
.bdb-thayer-lex .bdb-increase {
  font-weight: bold;
}

.bdb-thayer-lex div#thayersText span.Gk.maroon:hover {
  text-decoration: underline;
}

.bdb-thayer-lex .bdbbullet-lvl0,
.bdb-thayer-lex .thbullet-lvl0 {
  padding-left: 5px;
}

.bdb-thayer-lex .bdbbullet-lvl1,
.bdb-thayer-lex .thbullet-lvl1 {
  padding-left: 10px;
}

.bdb-thayer-lex .bdbbullet-lvl2,
.bdb-thayer-lex .thbullet-lvl2 {
  padding-left: 20px;
}

.bdb-thayer-lex .bdbbullet-lvl3,
.bdb-thayer-lex .thbullet-lvl3 {
  padding-left: 30px;
}

.bdb-thayer-lex .bdbbullet-lvl4,
.bdb-thayer-lex .thbullet-lvl4 {
  padding-left: 40px;
}

.bdb-thayer-lex .bdbbullet-lvl5,
.bdb-thayer-lex .thbullet-lvl5 {
  padding-left: 50px;
}

.bdb-thayer-lex .bdbbullet-lvl6,
.bdb-thayer-lex .thbullet-lvl5 {
  padding-left: 60px;
}

.bdb-thayer-lex .latin,
.bdb-thayer-lex .foreign,
.bdb-thayer-lex .english {
  font-style: italic;
}

.bdb-thayer-lex .bdb-license,
.bdb-thayer-lex .thayer-license {
  font-size: 60%;
  line-height: normal;
  padding-top: 10px;
  text-align: center;
}

.bdb-thayer-lex .thayer-title {
  padding-bottom: 15px;
}

.bdb-thayer-lex #lexThayers div .note {
  font-size: 90%;
  padding-top: 5px;
  text-align: justify;
}

.bdb-thayer-lex #lexThayers div p {
  padding: 20px 0 10px;
}

/******************  Occurrences ******************/
#lexInflections #InflectionOccurrences {
  padding-right: 0;
}

#lexInflections #InflectionOccurrences.show-ten {
  height: 125px;
  overflow: hidden;
}

#lexInflections #InflectionOccurrences.show-ten span.show-hide-ten::before {
  content: "Show All";
}

#lexInflections #InflectionOccurrences span.show-hide-ten {
  cursor: pointer;
  position: absolute;
  right: 20px;
  color: #fff;
  border: 1px solid #202a39;
  background-color: #627b9f;
  display: inline-block;
  font-size: 14px;
  font-family: arial, helvetica !important;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 2px 4px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#lexInflections #InflectionOccurrences span.show-hide-ten::before {
  content: "Collapse";
}

#lexInflections #InflectionOccurrences span.show-hide-ten:hover {
  color: #425479;
  border: 1px solid #B8CCEE;
  background-color: #F3F7FE;
}

#lexInflections #InflectionOccurrences span.greek-occur-count {
  cursor: pointer;
  border: solid #d1dbe6 1px;
  background-color: #eff4f7;
  color: #b1bbcb;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-family: arial, helvetica !important;
  border-radius: 4px;
  padding: 2px 4px;
  margin-bottom: 5px;
}

#lexInflections #InflectionOccurrences span.greek-occur-count.active {
  background-color: #f9fafb;
  color: #000;
}

#lexInflections #InflectionOccurrences span.greek-occur-count:not(.active):hover {
  background-color: #fff;
  color: #627b9f;
}

#lexInflections #InflectionOccurrences > div.greek-inflections {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  padding-top: 1px;
  display: none;
}

#lexInflections #InflectionOccurrences > div.greek-inflections.active {
  display: block;
}

#lexInflections #InflectionOccurrences > div.greek-inflections div.greekInflection {
  -webkit-flex-basis: calc(100%/2);
      -ms-flex-preferred-size: calc(100%/2);
          flex-basis: calc(100%/2);
}

#lexInflections #InflectionOccurrences > div.greek-inflections div.greekInflection > div {
  margin: 5px;
  margin-top: 7px;
  margin-left: 0;
  display: inline-block;
  white-space: nowrap;
}

#lexInflections #InflectionOccurrences > div.greek-inflections div.greekInflection > div:before {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 0;
  background-color: aliceblue;
  border: 2px solid #39547f;
  white-space: pre;
  color: black;
  position: absolute;
  padding: 10px;
  z-index: 1;
  border-radius: 10px;
  margin-top: 35px;
  margin-left: 20px;
}

#lexInflections #InflectionOccurrences > div.greek-inflections div.greekInflection > div:hover .style-link {
  border: 2px solid #39547f;
  border-radius: 8px;
  background: aliceblue;
}

#lexInflections #InflectionOccurrences > div.greek-inflections div.greekInflection > div:hover:before {
  opacity: 1;
  content: attr(data-hover);
}

#lexInflections #InflectionOccurrences > div.greek-inflections div.greekInflection .style-link {
  color: #39547f;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  padding: 6px;
}

#lexInflections #InflectionOccurrences > div.greek-inflections div.greekInflection .style-link a {
  text-decoration: none;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) .bdb-thayer-lex #lexyText.show-ten {
    height: auto;
    overflow: auto;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #lexInflections #InflectionOccurrences {
    padding-top: 1rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #lexInflections #InflectionOccurrences.show-ten {
    height: auto;
    overflow: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  body:not(.viewport) #lexInflections #InflectionOccurrences > div {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  body:not(.viewport) #lexInflections #InflectionOccurrences > div div.greekInflection > div:before {
    white-space: pre-wrap;
  }
}

@media print, screen and (max-width: 51.24875em) {
  body:not(.viewport) #lexInflections #InflectionOccurrences > div {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) #lexInflections #InflectionOccurrences > div {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
