#container {
    /*background: #6C7A89;*/
    /*background: #3C948B;*/
    position:absolute;
    bottom:1%;
    width:100%;
    margin-top: 10px;
}

.centerContainer {
    /*background: #6C7A89;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#versions {
    cursor: pointer;
    /*display: inline-block;*/
    /*width: 90%;*/
    /*min-height: 50px;*/
    /*background-color: darkorange;*/
    /*height: auto;*/
    /*white-space: nowrap;*/
    /*overflow: auto;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: darkslategray;
    color: white;
    font-size: 20px;
    border: none;
    text-align: left;
    padding-right: 10px;
}

#books {
    display: none;
    /*display: inline-block;*/
    /*width: 90%;*/
    /*min-height: 50px;*/
    /*!*background-color: darkorange;*!*/
    /*height: auto;*/
    /*white-space: nowrap;*/
    /*overflow: auto;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: white;
    color: black;
    font-size: 30px;
    /*border: none;*/
    text-align: left;
}

#chapters {
    display: none;
    /*display: inline-block;*/
    /*width: 90%;*/
    /*min-height: 50px;*/
    /*!*background-color: yellow;*!*/
    /*height: auto;*/
    /*white-space: nowrap;*/
    /*overflow: auto;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: white;
    color: black;
    font-size: 30px;
    border: none;
    text-align: center;
}

#verses {
    display: none;
    /*display: inline-block;*/
    /*width: 90%;*/
    /*min-height: 50px;*/
    /*!*background-color: yellow;*!*/
    /*height: auto;*/
    /*white-space: nowrap;*/
    /*overflow: auto;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: white;
    color: black;
    font-size: 30px;
    border: none;
    text-align: center;
}

.verse {
    display: inline-block;
    background-color: rgba(128, 128, 128, 0.5);
    border-radius: 6px;
    padding: 2px;
    margin: 1px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    font-size: 30px;
}

#verseContainer {
    display: inline-block;
    width: 90%;
    min-height: 50px;
    background-color: rgba(20, 2, 20, 0.5);
    height: auto;
    /*white-space: nowrap;*/
    overflow: auto;
    border-radius: 6px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em
}

#verseContent {
    padding: 10px;
    font-size: 40px;
    font-weight: bold;
}

.active {
    font-weight: bold;
}

#header {
    background-color: darkslategray;
    /*color: white;*/
    text-align: left;
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    /*font-weight: bold;*/
    /*font-size: 48px;*/
}

#footer {
    background-color: darkslategray;
    color: white;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

#footer > span {
    font-size: 40px !important;
}

body {
    /*background-image: url("example.png");*/
    /*background-size: cover;*/
}

.spinner{
    /*width: 64px;*/
    /*height: 64px;*/
    /*border: 8px solid;*/
    /*border-color: #3d5af1 transparent #3d5af1 transparent;*/
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#book, #chapter, #verse {
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: darkslategray;
    color: white;
    font-size: 30px;
}
