#header {
    margin-bottom: 60px;
}

.document {
    font-size: 92%;
}

.document h1, .document h2, .document h3, .document h4, .document h5, .document h6 {
    float: none;
}

.document p, .document ul, .document ol, .document h1, .document h2, .document h3, .document h4, .document h5, .document h6 {
    margin-bottom: 1em;
}

.document ul, .document ol {
    padding-left: 2.5em;
}

.document ul {
    list-style-type: disc;
}

.document ol {
    list-style-type: decimal;
}

.document ul ul {
    list-style-type: circle;
}

.document ol ol {
    list-style-type: lower-alpha;
}

.document h4 {
    font-size: 150%;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 60px;
    margin-bottom: 30px;
}