html {
    font-family: "PT Serif",Cambria,Georgia,serif;
    font-size: 18px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {color: inherit;     text-decoration: none;}
span { line-height: 1.5 }

.center { margin: auto; text-align: center;}

.content {
    display: inline-block;
    width: 90vw;
    padding: 1vh 0;
      margin: auto;
  position: absolute;
    max-width: 1000px;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
}

.side_nav {
    cursor: pointer;
    width:5vw;
    height:100%;
    z-index: 3;
    position: fixed; /*newly added*/
    right: 5px; /*newly added*/
    top: 5px;/*newly added*/
}

.right {
    right: 0; /*newly added*/
    top: 0;/*newly added*/
}

.left {
    left: 0; /*newly added*/
    top: 0;/*newly added*/
}

.date {color: #949494;}
.date_text {width: 281px; display: inline-block;}

.chapter-border { display:none; }
.highlighted {border-bottom-style: dotted; }

.verse-number {color: #949494; font-size:17px;}
.verse-number a {color: #0a9448; font-size:17px;}

.footnote-number {color: #0a9448; font-size:17px;}
.footnote-number a {color: #0a9448; font-size:17px;}
.book_link {color: #0a9448;}

hr { border-color: #7fecb0; }

.copyright {color: #949494; font-size:15px;}