body {
 font-family:CallunaWeb, Times, "Times New Roman", serif;
  margin: 0;
  padding: 0;
  font-size:1em;
 
}
img {
vertical-align: middle;
  display: inline-block;
}

.bible{
padding:20px;
padding-top:0px;
max-width:850px;
margin:0 auto;
}
#toc{
	max-width:850px;
	
}
.bibleheader,.biblefooter{
height: 20px;
}
.bible h1, .bible h2{

 text-align: center;
}


.colorTheme{
color: #009900;
}
.themeColorBackground{
    background: lightgreen !important;
}

.chapternr{
    color: #009900;
    font-size:2.2em;


 line-height: 0.2em;
}

.chapter{
 text-align: justify;
    text-justify: inter-word;
}
.tocblock{
float:left;
border: 1px solid green;
padding: 1px;
width: 2.5em;

}
.tocblockfull{

border: 1px solid green;
padding: 1px;
margin: 1px;
font-size: 1em;


}
.red{
    color:red;
}
#TOCframe {
		
         
}
.bible h3, .bible h4{
    font-size:1em;
}
.bible h3, .bible h4{

 padding: 0px;
 margin:0px;
}
.tocbtn{
    margin:3px;
}
.group-gospels{
    background: #cce3d3 !important;
}
.themeColorBackground{
    background: #8cc63f !important;
}
.referencedVerse{
    background-color: lightgrey;
}
.loadingWheel img{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
}
/*
    ATTention margin-bottom:71px; is important for curent reading position detection
*/
.bibleChapter{
    margin-bottom:71px;
}
#loadingWheelTop{
    position: fixed;
    width: 100%;
    top: 60px;
    visibility: hidden;
}
#loadingWheelBottom{
    position: fixed;
    width: 100%;
    bottom: 60px;
    visibility: hidden;
}

.selectedVerse{

    font-style: italic;
    font-family: arial;
    font-weight: bold;
}
.selectedVerse .poemnr{
    font-weight: bolder;
}
.myCurrentButton{
    background-color: #8cc63f !important;
}
#footer{
   //display: flex;
  //justify-content: center;
  //align-items: center;
}
.my-small-button-fix{
    margin:2px !important;
padding:2px !important;
padding-left: 35px !important
}
.ui-icon-mybible:after {
	background-image: url("/images/mybible2.svg");
        height:22px;
        width: 22px;
            
}
/* Fallback */
.ui-nosvg .ui-icon-mybible:after {
	background-image: url("/images/bible.png");
}

/* Custom indentations are needed because the length of custom labels differs from
   the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
    text-indent: -12em;
}
.custom-size-flipswitch.ui-flipswitch .ui-flipswitch-off {
    text-indent: 2em;
}
/* Custom widths are needed because the length of custom labels differs from
   the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch {
    width: 14.875em;
}
.custom-size-flipswitch.ui-flipswitch.ui-flipswitch-active {
    padding-left: 13em;
    width: 1.875em;
}
.mygreenicon.ui-btn:after {
  background-color: #8cc63f;
}
.error {
    color:red;
}
.ok{
    color:green;
}