div.div:last-of-type {
    margin-bottom:64vh;
}

div.n {
    margin-top: 3em;  
    font-size: 1.4rem;
}

div.n a, span.citRef {
    cursor: pointer;
}

div.n span.corresplink a:hover {
    text-decoration: none;
}

span.corresplink {
    font-weight:normal;
}

div.p, div.app, div.ftn,
div.p_text, div.ftn_entry
{
    text-align:justify;
}

div.app, div.ftn {
    font-size: 1.4rem;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    padding-top: 1em;
}

div.app:empty, div.ftn:empty {
    display:none;
}

div.ftn div.ftn_entry {
    margin-bottom:0.5em;
}

div.ftn_entry > a:first-of-type::after {
    content:")";
}

span.app_entry > a::after {
    content: " ";
    display:inline-block;
    width:0.25em;
}

sub, sup {
    font-size: 1.2rem;
}

span.after_app_entry {
    display: inline-block;
    width:1em;
}

.italics {
    font-style: italic;    
}

.smallcaps {
     font-variant: small-caps;
}
.bold {
    font-weight: bold;    
}

.spaced {
    letter-spacing: 2px; 
}

.right {
    float: right;
}
.left {
    float: left;
}

.hidden {
    display: none;
}

.p_center {
    text-align: center;
}

.p_right {
    text-align: right;
}

span.metatext_figure {
    font-style:italic;
    font-weight:bold;
}
span.folio {
    font-style:italic;
    font-size: 1.4rem;
}

a + span.folio::before {
    content: " ";
} 

mark {
background-color: #f7a60a;
}

.citRef {
    width:0.7em;
    height:0.7em;
    display:inline-block;
    background-image: url("../img/link.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right:0.5em;
    margin-left:0.5em;
}

#intro_cont_citRefs, .citRefs {
    display:none;
}

.dialogCit, 
.dialogURL {
    padding-top:1em;
}

/* JQueryUI Bug in 1.12.1-stable:
 * Opacity value wrong
 * cf. <https://bugs.jqueryui.com/ticket/15188>
 */
.ui-widget-overlay {
    background: grey;
    opacity: .3;
}


.ui-dialog-titlebar {
    background:#555951;
    color:white;
}

.ui-corner-all,
.ui-widget,
.ui-widget-content,
.ui-dialog-titlebar,
.ui-widget-header {
    border:0px;
}

#rotator_div {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -121px;
    margin-left: -288px;
    z-index: 101;
    background: rgba(255,255,255,1);
}

#rotator_div img {
    background: rgba(255,255,255,1);
}