#page {
  padding: 8px;
  margin: 0 auto;
  max-width: 1010px;
  text-align: left; }

a {
  color: #3256B6; }
  a:visited {
    color: #3256B6; }

a:hover, a:visited:hover {
  color: #e00;
  text-decoration: none; }

body {
  background-image: url(/assets/lightbluewater.jpg);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 95%;
  padding: 0;
  margin: 0;
  text-align: center; }

h1 {
  color: #00CC66;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 200%;
  font-weight: normal; }

h2 {
  color: #009966;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: .5em; }

h3 {
  color: #006600;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: normal;
  margin-top: .2em;
  margin-bottom: .2em; }

h4 {
  color: #006633;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 105%;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 4px; }
  h4.top_menu {
    text-align: center; }

table, th, td {
  border: 1px solid black;
  background: #DDD;
  padding: 10px; }

table {
  margin-top: 10px;
  margin-left: 25px; }

th {
  text-align: center; }

td.downloads {
  text-align: center;
  padding: 4px;
  font-size: 80%; }

img {
  border: 0;
  max-width: 98%; }

ul {
  line-height: 40px;
  font-size: 105%; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.line-list {
  color: #006600;
  font-size: 130%;
  font-weight: normal;
  margin-top: .2em;
  margin-bottom: .2em; }

.info {
  color: #006633;
  font-size: 80%; }

.audioplayer {
  border-radius: 6px;
  height: 22px;
  width: 60%;
  margin: 6px 0 -4px 8px;
  padding: 0; }

.embedded-video {
  padding: 0 0 10px 30px; }

#header {
  border-radius: 20px 20px 0 0;
  background: darkgreen url(/assets/abstractgreenwater.png);
  border-bottom: 3px solid #fc0;
  color: #eee;
  padding: 5px 15px;
  text-align: center; }

#site-title {
  font-family: cursive;
  color: #ddd;
  font-size: 155%; }

#site-title a, #site-title a:visited {
  color: #ddd;
  text-decoration: none; }

#site-title a:hover, #site-title a:hover {
  color: #fff;
  text-decoration: underline; }

#sub-title, #sub-title a, sub-title a:visited {
  color: #ddd;
  text-decoration: none; }

.gknt {
  color: #fff;
  font-weight: bold;
  font-style: normal; }

#main {
  border-radius: 0 0 20px 20px;
  background-color: white;
  border-bottom: 3px solid #fc0;
  float: left;
  width: 100%; }

#content {
  padding: 0px 20px;
  min-height: 444px; }
  #content h1 {
    margin-top: 0; }
  #content h3 a {
    border-bottom: 1px dotted #a3a39c;
    display: block;
    padding-bottom: 2px;
    text-decoration: none; }
  #content p, #content li {
    line-height: 160%; }

#breadcrumbs {
  color: #006633;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 105%;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 4px;
  font-style: italic; }

#siblings {
  text-align: center;
  color: #006633;
  font-size: 80%; }

#footer {
  color: darkblue;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 15px;
  width: 100%; }

.dropbtn {
  background-color: #ddd;
  border-radius: 10px;
  color: #006633;
  padding: 6px;
  margin: 8px 0 0 0;
  line-height: 12px;
  font-weight: bold;
  border: none;
  cursor: pointer; }

.dropbtn:hover, .dropbtn:focus {
  background-color: #fff;
  color: #006600; }

.dropdown {
  position: relative;
  display: inline-block;
  font-family: Verdana, Arial, Helvetica, sans-serif; }
  .dropdown a:hover {
    background-color: #ddd; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 8px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  min-width: 165px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .dropdown-content a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 2px 8px;
    text-decoration: none;
    display: block; }

.show {
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif; }
.lbsTooltip {
background: #fff;
border: 1px solid gray;
z-index: 99;
text-align: left;
text-indent: 0;
}

.lbsTooltip div {
text-align: left;
}

.lbsTooltipHeader {
background: #336699;
color: white;
font-weight: bold;
font-size: 15px;
line-height: 18px;
font-family: Arial,Helvetica,serif;
margin: 0;
padding: 4px;
position: relative;
border: 0;
}

.lbsTooltipBody {
padding: 4px 8px 0 8px;
margin: 0;
position: relative;
z-index: 2;
border: 0;
line-height: 16px;
}

.lbsTooltipBody p, .lbsTooltipBody span {
display: inline;
color: black;
font-family: Arial,Helvetica,serif;
font-size: 16px;
line-height: 16px;
}

.lbsTooltipFooter {
font-size: 11px;
font-family: Helvetica,Arial,serif;
bottom: 4px;
margin-top: 4px;
position: absolute;
text-align: right;
border: 0;
}

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover {
color: blue;
text-decoration: underline;
font-weight: normal;
font-size: 11px;
font-family: Helvetica,Arial,serif;
}

.lbsTooltipFooter div {
text-align: right;
}

.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref {
font-size: 85%;
top: -1px;
position: relative;
}

.lbsTooltipBody .ch-ref {
font-weight: bold;
}

.lbsTooltipBody .verse-ref {
color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p {
margin: 0;
padding: 0;
}

.lbsLibronix img {
float: none !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
