.ui-content {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
}
.controlgroup-textinput{
    padding-top:.22em;
    padding-bottom:.22em;
}
.chapterbutton{
    margin: 0px;
}
.ui-icon-book {
    background: url(https://bible.sibirong.com/icons/book.png) 50% 50% no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 !important;
}
.ui-icon-progress {
    background: url(https://bible.sibirong.com/icons/progress.png) 50% 50% no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 !important;
}
.ui-icon-bible {
    background: url(https://bible.sibirong.com/icons/bible_logo.png) 50% 50% no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 !important;
}
.verse{
    font-size:20px !important;
}
.verse a {
    color: black !important;
    font-weight:normal !important;
}
.box-list
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 5px 0;
    border-radius: 7px;
}
.clickable {
    cursor: pointer;
}
.clickable:hover {
    background: #d1d1d1;
}
.clickable:active {
    background: yellow;
}
.title-head {
    color: white !important;
    text-shadow: none;
}
#navigation.floating {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
}
#navigation {
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #3640ff;

}
#navigation-wrapper {
    margin: auto;
    background-color: #3640ff;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2 !important;
}
#maincontent {
    margin-bottom: 50px;
    background-color: #3640ff !important;
}
#mycontent {
    background-color: #d4d4d4;
}
#mycontent.onfloating {
    margin-top: 70px;
}
#bookbutton {
    position: fixed !important;
    bottom: 70px;
    right: 15px; 
    z-index: 3 !important;
    background-size: 50px 50px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius:50px!important;
    box-shadow: 0px 2px 5px 2px #888888 !important;
    opacity: 0.7 !important;
}