body {
    background: #babdb6;
    margin: 0;
    padding: 0.769em;
}

html {
    background: #babdb6;
}

#doc {
    background: #2e3436;
    padding: 0.769em;
}

#hd {
    background: #eeeeec;
    margin-bottom: 0.796em;
    padding: 0;
}

#hd:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#hd #num, #hd #name {
    float: left;
    font-size: 197%;
    padding: 0.769em;
}

#hd #num {
    background: #a40000;
    color: #eeeeec;
}

#hd #name {
    background: #eeeeec;
    color: #a40000;
}

#bd {
    background: #eeeeec;
    padding: 0.769em;
}

#ft {
    background: #204a87;
    color: #eeeeec;
    text-align: center;
}

#ft a {
    color: #eeeeec;
}

h1.title {
    font-size: 174%;
    margin: 0;
    margin-bottom: 0.769em;
}

.topic-title {
    font-size: 138.5%;
}

.highlight {
    border-top: 0.077em solid #2e3436;
    border-bottom: 0.077em solid #2e3436;
    margin-bottom: 0.769em;
    padding-left: 0.769em;
    padding-top: 0.769em;
}

.literal-block {
    background: #f8f8f8;
    border-top: 0.077em solid #2e3436;
    border-bottom: 0.077em solid #2e3436;
    padding: 0.769em;
}

.literal {
    background: #ffffff;
}

img.padded {
    padding: 0.769em;
    margin: 0.769em;
}

.note {
    background: #f1ecc4;
    border-top: 0.077em solid #a40000;
    border-bottom: 0.077em solid #a40000;
    padding: 0.769em;
    padding-bottom: 0;
    margin-bottom: 0.769em;
}

.note .admonition-title {
    font-weight: bold;
}

.note .admonition-title:after {
    content: ":";
}
