div#content h2 {
    font-size: 1.8em;
    font-weight: normal;
}

div#content h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 1.3em;
    margin-bottom: 1em;
}

div#content h4 {
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 1.2em;
    margin-bottom: 1em;
}

div#content h5 {
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 1.1em;
    margin-bottom: 0.8em;
}

div#content pre {
    background-color: #efefef;
    margin-top: 0.2em;
    padding: 0.3333em 0 0.3333em 0.5em;
}

div#content div.tt {
    font-family: monospace;
    background-color: #efefef;
    padding: 0.1em 0 0.2em 0.5em;
    margin: 0.1em 0 0.2em 0;
}

div#content tt {
    background-color: #efefef;
    padding: 0 0.2em 0 0.2em;
}

div#content dt {
    color: black;
}

div#content dd {
    margin: 0 0 0.5em 2em;
}

div#content th {
    background-color: #e2e2e2;
}

div#content tr.sub th {
    background-color: #efefef;
    font-style: italic;
}

/* Многоуровневые списки */
ol.multinum, .multinum ol {
    counter-reset: item;
    padding-left: 20px;
}
ol.multinum {
    padding-left: 0;
}
ol.multinum > li, .multinum ol > li {
    display: block
}
ol.multinum > li:before, .multinum ol > li:before {
    content: counters(item,".") ". ";
    counter-increment: item
}

#content dl.lite dt {
    font-weight: normal;
}

/* Безмаркерные списки */
ul.nomarker {
    padding-left: 0;
}

ul.nomarker ul {
    margin-top: 4px;
    margin-bottom: 2px;
    padding-left: 20px;
}

ul.nomarker li {
    list-style-type: none;
}

