.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
body {
    margin: 0 25px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
h4 {
    font-size: 165%;
    border-bottom: 1px solid black;
}
p.title {
    color: #777;
    font-size:265%;
    margin: 0 5mm;
}
p#left {
    text-align:left;
}
p#leftsmall {
    font-style:italic;
    font-size:100%;
}
p#right {
    text-align:right;
}
p.bdsubtitle {
    font-style:italic;
    font-size:90%;
}
p.translator {
    color: #aaa;
}
p.source { font-size: 85%; text-align:right; }
p.copyright { font-weight:bold; margin:0; top:-10px; position:relative;}
p { font-size: 120%; }
span.BDStars {
    font-weight:bold;
}
p.proclamation_text {
    text-align:justify;
}
p.proclamation_right {
    text-align:right;
}
.autowidth {
    width:auto;
}
/* Related documents (themebooks) */
.related-box {
    border: 1.5px solid #000;
    padding: .45rem .7rem;
    margin: 1rem 0;
    font-size: .88rem;
    background: #fff;
    page-break-inside: avoid;
}

.related-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .05em;
    border-bottom: 1px solid #000;
    padding-bottom: .2rem;
    margin-bottom: .35rem;
}

.related-list {
    line-height: 1.35;
}