div#bubBody {
  padding: 0;
  font-size: 0.85em;
}
div#bubBody div.copyFoot {
  background-color: #F3F5F7;
  border-top: 1px #C5D2E0 solid;
  padding: 15px;
  display: flex;
  justify-content: center;
}
div#bubBody div.copyFoot img {
  width: 55px;
  margin-right: 10px;
}
div#bubBody div.copyFoot p {
  margin: auto 0;
  line-height: 1.4em;
}
div#bubBody div.passagetitle {
  font-size: 1em;
  padding: 20px;
  line-height: 1.6em;
}
div#bubBody div.passagetitle p + p {
  margin-top: 10px;
}
div#bubBody div.fn-finder {
  padding: 14px 20px 14px;
  line-height: 1.6em;
  font-size: 0.85em;
  background-color: #EAF1FC;
  border-top: 1px solid #C7D3ED;
  display: flex;
  justify-content: center;
}
div#bubBody div.fn-finder h4 {
  color: #3F547C;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 2px;
  text-transform: uppercase;
}
div#bubBody div.fn-finder select#bookFinder {
  width: 120px;
}
div#bubBody div.fn-finder select#chapterFinder {
  width: 80px;
}
div#bubBody div.fn-finder div.search-fields {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  flex: 1;
}
div#bubBody div.fn-finder div.search-fields select {
  border: 2px solid #C5D2E0;
  font-size: 15px;
  border-radius: 3px;
  min-height: 35px;
  padding: 0 8px;
  min-width: 110px;
  margin-right: 5px;
  transition: ease-in-out 0.25s;
}
div#bubBody div.fn-finder div.search-fields select:first-of-type {
  min-width: 160px;
}
div#bubBody div.fn-finder div.search-fields select:focus, div#bubBody div.fn-finder div.search-fields select:hover {
  outline: none;
  border: 2px solid #3F547C;
}
div#bubBody div.fn-finder div.search-fields button#finderGo {
  border: 1px solid #6A7F9C;
  background-color: #6A7F9C;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  height: 35px;
  margin-left: 0;
  margin-top: 0;
  border-radius: 3px;
  transition: ease-in-out 0.25s;
  color: #fff;
  text-shadow: none;
  padding: 0 10px;
}
div#bubBody div.fn-finder div.search-fields button#finderGo:hover {
  border: 1px solid #8c9fbb;
  background-color: #8c9fbb;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
div#bubBody div#notesData {
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 24px 20px 14px;
  column-count: auto;
  column-width: 450px;
  column-gap: 1em;
  column-rule: 1px solid #ccc;
}
div#bubBody div#notesData > div {
  column-span: all;
}
div#bubBody div#notesData > p {
  break-inside: avoid;
  margin: 15px;
}
div#bubBody div#notesData > #clickToView {
  border: solid #9f9d61 1px;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
  margin: -24px auto 20px;
  background-color: #eceab5;
  width: 320px;
  margin-left: calc(50% - 160px);
}
div#bubBody div#notesData > #clickToView > p {
  font-size: 12px;
  padding: 2px 0 0;
  text-align: center;
}
div#bubBody div#notesData > #clickToView > p > a {
  font-weight: bold;
}

@media screen and (max-width: 63.99875em) {
  body:not(.viewport) div#bubBody div#notesData > #clickToView {
    border: none;
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1rem;
    height: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  body:not(.viewport) div#bubBody div#notesData > #clickToView > p {
    padding: 0;
    margin: 0;
    font-size: inherit;
  }
}
@media (max-width: 560px) and (min-width: 0px) {
  body:not(.viewport) .fn-finder h4 {
    text-align: center;
  }
  body:not(.viewport) div.search-fields {
    flex-direction: column;
  }
  body:not(.viewport) div.search-fields select {
    margin-bottom: 5px;
    margin-right: 0 !important;
    min-width: 160px !important;
  }
  body:not(.viewport) div.search-fields button#finderGo {
    width: calc(100% - 2px);
  }
}