select {
    appearance: none
}


#user-name {
    color: white;
    
}

#menu-btn {
    position: absolute;
    color: transparent;
    font-size: 20px;
    text-shadow: 0 0 0 white;
}

#menu {
    position: fixed;
    left: 0;
    top: 43px;
    bottom: 0;
    width: 275px;
    background-color: #7a4801;
    padding: 15px;
    font-size: 20px;
    
}

#menu a {
color: white;
    text-decoration: none;
    margin: 15px;
    display: block;
    font-size: 18px;
}

#page-title {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: white;
}

#header {
    background-color: #7a4801;
    padding: 10px;
    width: 100%;
    position: fixed;
    height: 45px;
    top: 0;
}

#footer {
    position: fixed;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7a4801;
    padding: 5px 0;
}

#reader {
    padding: 50px 15px;
}

.nav-selector {
    font-size: 22px;
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
}

.nav-nav {
    padding: 5px 7px !important;
    margin: 0 5px;
    font-weight: bold;
}



.verse-block {
    margin: 10px 0;
}

.verse-number {
    vertical-align: super;
    font-weight: bold;
    font-size: 14px;
    margin-right: 0px;
}


/* Notes css */

#notes-div {
    position: fixed;
    inset: 10px 10px 10px 10px;
    border: 2px solid black;
    border-radius: 15px;
    background-color: white;
    padding: 15px;
    overflow-y: scroll;
}

#notes-header {
    text-align: center;

}

#verse-title {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}

#notes-title {
    font-weight: bold;
    font-size: 24px;
    padding: 10px;
    text-align: center;
}

#notes-option {
    padding: 15px;
    border-bottom: 1px solid black;
}

#notes-option a {
    color: black;
    text-decoration: none;
}

#notes-close {
    position: absolute;
    right: 18px;
    top: 14px;
    font-weight: bold;
    font-size: 23px;
    background-color: darkred;
    padding: 1px 6px;
    cursor: pointer;
    color: white;
}

#notes-verse {

    padding: 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;

}

#new-note {
    min-height: 100px;
    width: 100%;
    padding: 10px;
    border: solid black 1px;
    margin: 10px auto 0 auto;
    border-radius: 15px;
    background-color: #ece8e8;
    display: block;
    font-size: 16px;
    float: right;
    

}

#save-new-note {
    margin-right: 10px;
    margin-top: 10px;
}

#notes-content {
    border-top: solid 1px black;
    margin: 10px;
}

.notes-note {

    width: 100%;
    padding: 10px;
    border: solid black 1px;
    margin: 10px;
    border-radius: 15px;
    background-color: #ece8e8;
    display: block;
    font-size: 16px;
    white-space: pre-line;    

}

#edit-note-div {
    position: fixed;
    inset: 70px 10px 70px 10px;
    background-color: white;
    border: 1px solid black;
    border-radius: 15px;
}

#edit-note {
    min-height:200px;
    width: 90%;
    padding: 10px;
    border: solid black 1px;
    margin: 10px 5% 15px 5%;
    border-radius: 15px;
    background-color: #ece8e8;
    display: block;
    font-size: 16px;
    float: right;

}

#bible-version {
    border-radius: 10px 0 0 10px;
}

#bible-chapter {
    border-radius: 0 10px 10px 0;
}

#blocking-div {
    pointer: none;
    position: fixed;
    inset: 35px 0 0 0;
    opacity: 0.5;
    background-color: #555;

    
    
}


#parallel-div {
    position: fixed;
    inset: 10px 10px 10px 10px;
    background-color: white;
    border: 1px solid black;
    border-radius: 15px;
    padding: 15px;
}

#parallel-content {
    height: 95%;
    overflow: scroll;
}

.paraverse {
    padding: 15px;
}

#para-header {
    text-align: center;

}

#para-title {
    font-weight: bold;
    font-size: 24px;
    padding: 10px;
    text-align: center;
}

#para-close {
    position: absolute;
    right: 18px;
    top: 14px;
    font-weight: bold;
    font-size: 23px;
    background-color: darkred;
    padding: 1px 6px;
    cursor: pointer;
    color: white;
}

.hilighter {
    width: 30px;
    height: 27px;
    margin: 10px;
    display: inline-block;
    border: 1px solid #888;
    text-align: center;
   
}

.dh1 {background-color: #ccffcc;}
.dh2 {background-color: #ffcccc;}
.dh3 {background-color: #ccccff;}

.v-underline {
    width: 30px;
    height: 27px;
    margin: 10px;
    display: inline-block;
    border: 1px solid #888;
    text-align: center;
    
    text-decoration: underline;
}

.v-bold {
    width: 30px;
    height: 27px;
    margin: 10px;
    display: inline-block;
    border: 1px solid #888;
    text-align: center;
    
    font-weight: bold;
}

.red-words {
    width: 30px;
    height: 27px;
    margin: 10px;
    display: inline-block;
    border: 1px solid #888;
    text-align: center;
    
    color: red;
}

.clear-format {
        width: 30px;
    height: 27px;
    margin: 10px;
    display: inline-block;
    border: 1px solid #888;
    text-align: center;

}