
#hidddenCommentary {
    display: none;
}

#hiddenTextualApparatus {
    display: none;
}

#commentaryPopup {
    display: none;
    font-size: 10pt;
}

.toggleTable {
    table-layout: fixed;
    width: 60em;
}

.toggleTd {
    width: 20em;
}

/* ---------------------------------------------------------------------------------- */

/*.teiatt-type_lineNumber {*/
.teiatt-type-lineNumber {
    font-size: 10pt;
    font-family: monospace;
    font-style: normal;
    color: #888888;
    display: inline;
    text-align: right;
    float: right;
}

.taTei-choice {
    display: block;
    margin-bottom: 1em;
    font-size: 10pt;
}

.taTei-app-display {
    display: block;
    margin-bottom: 1em;
    font-size: 10pt;
    line-height: 16px;
    width: 190px;
    padding-left: 5px;
    padding-right: 15px;
}

.commentLink {
    display: inline;
}

/*
.commentaryA {

    font-weight: bold;
    font-size: 10px,
    font-style: normal;
    position: relative;
    top: -5px;
}
*/

a.commentaryTextA:link {
    color: black;
    text-decoration: none;
    border-bottom: 1px dashed #aaaaaa;
    outline: 0;
}

a.commentaryTextA:visited {
    color: black;
    text-decoration: none;
    outline: 0;
}

a.commentaryTextA:hover {
    color: black;
    text-decoration: none;
    background-color: #FDFCDC;
    border-bottom: 1px solid #777777;
    outline: 0;
}

a.commentaryTextA:active {
    color: black;
    text-decoration: none;
    outline: 0;
}

a.commentaryTextB:link {
    color: black;
    text-decoration: none;
    outline: 0;
    cursor: default;
}

a.commentaryTextB:visited {
    color: black;
    text-decoration: none;
    outline: 0;
    cursor: default;
}

a.commentaryTextB:hover {
    color: black;
    text-decoration: none;
    outline: 0;
    cursor: default;
}

a.commentaryTextB:active {
    color: black;
    text-decoration: none;
    outline: 0;
    cursor: default;
}

a.commentaryHide:link {
    color: #444444;
    text-decoration: none;
    outline: 0;
    cursor: default;
}

a.commentaryHide:visited {
    color: #444444;
    text-decoration: none;
    outline: 0;
    cursor: default;
}

a.commentaryHide:hover {
    color: #444444;
    text-decoration: none;
    outline: 0;
    cursor: default;
}

a.commentaryHide:active {
    color: #444444;
    text-decoration: none;
    outline: 0;
    cursor: default;
}

}

img {
    border-style: none;
}

.editorialGlosses {
   font-size: 10pt;
   line-height: 16px;
   padding-left: 15px;
   padding-right: 5px;
   width: 190px;
}

.taTei-label {
    font-weight: bold;
    display: inline;
}

.alignRight {
    text-align: right;
}

/*
.teiatt-type_gloss {
    font-weight: bold;
    color: red;
}
*/
/*
.teiatt-class_displayTextualApparatus {
    font-weight: bold;
    color: green;
}
*/

.hangingIndent {
    padding-left: 25px;
    text-indent: -25px;
}

.taspan {
    display: inline;
}