#license {
    margin-top: 1.5em;
}
#edition {
    padding-bottom: 2em;
    padding-top: 10px;
    margin-top: 1em;
    background: white;
}

#date, #text-desc, #support-desc, #origin, #facsimiles, #editions, #observation, .bibliography {
    margin-top: 1em;
}


.icaption {
    margin-bottom: 1em;
    font-size: 80%;
}

.translation {
    margin-top: 1em;
}

#commentary {
    margin-top: 1em;
}


.textpart {
    
}

.textpart h3 {
    text-align: center;    
}

.textpartnumber {
    padding-right: 0.2em;
    position: absolute;
    margin-top: 24px;
    /* border: orange 1px solid; */
    text-align: center;
    font-weight: bold;
    text-transform:capitalize; 
}

.prose-part, .prose-para {
    /* background: #AAAAFF; */
    line-height: 1.4;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-right: 2em;
    padding-left: 2em;
}
.verse-part {
    /* background: #FCC; */
    margin-left: 100px;
    margin-top: 12px;
}
.verse-number {
    position: absolute;
    margin-left: -70px;
    width: 70px;
    /* background: orange; */
}
.verse-meter {    
    text-transform:capitalize;
    font-style: italic;
}
.verse-line-initial {
    margin-top: 6px;
}
.verse-line {
    margin-top: 0px;
}
    
.milestone {
    color: red;
    font-weight: bold;
}
     
.previouslyread {
    text-decoration: underline;
    background: red;
     }
     
/* * {
    font-family: "Lucida Grande", "Gentium", "Arial MS Unicode", "Courier New", "Courier";
    font-size: 12pt;
    font-weight: normal;
}
*/ 

   
.underline {
    text-decoration: underline;
    }

.italic {
    font-style: italic;
    }
    
.linenumber {
    font-weight: bold;
}

.check {
    background-color: yellow;
    color: red;
    font-weight: bold;
}


/*
.translation span.lang {
    font-style: italic;
}
.apparatus span.lang {
    font-style: italic;
}
*/
.lem {
    font-style: italic;    
}
.rdg {
    font-style: italic;
}

.apploc {
    font-weight: bold;
}
.apploc:before {
    content:"("
}
.apploc:after {
    content:")"
}

.debug {
    border: 1px purple solid;
    background-color: gray;
}


h3 {
    text-transform: none;
    font-family: 'arial rounded mt', arial, helvetica, sans-serif;
    color: black;
    font-style: normal;
    font-size: 100%;
    margin-top: 1em;
}

/* foo */

div.apparatus {
    background: white;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-top: 1px solid black;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 80%;
    width: 650px !important;
}

div.apparatus *, #edition * {
    text-align: left !important;
    width: 650px !important;
}

#notes {
    width: 700px;
}

#notes ol {
    width: 672px;
}

#notes li {
    width: 670px;
    text-align: justify;
}

#notes blockquote p {
    width: 650px;
}
#edition div.invocation {
    line-height: 1.4;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-right: 2em;
    padding-left: 2em;
}

.noteref {
    font-size: 80%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

#pagebody {
    width: 700px;
}


#pagebody * {
    width: 700px;
}

#pagebody p {
    text-align: justify;
}

