.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;
}
