#section-documentation {
    border: solid 1px #b0b0b0b0;
    border-radius: 12px;
    background: white;
    margin: 0 0 32px 0;
    box-shadow: #bbb 2px 2px 20px;
}

.section-body {
    padding: 24px;
}

h1 {
    font-size: 20pt;
    font-weight: bold;
}

h2 {
    font-size: 16pt;
    font-weight: bold;
    margin-top: 1.1em;
}

.parents {
    margin-bottom: 24pt;
}