.rt-doc .superindex dd+dt {
    margin-top: 1em;
}

.rt-doc .superindex dd {
    margin-left: 0;

    -webkit-column-width: 20em;
    -moz-column-width: 20em;
    column-width: 20em;
}

/* Section anchors are added by javascript */
.rt-doc .section-anchor {
    visibility: hidden;
    position: absolute;
    left: 0;
    padding-right: 0.25em;
}

.rt-doc .section-anchor a {
    color: #06C;
    text-decoration: none;
    opacity: 0.6;
}

.rt-doc *:hover > .section-anchor {
    visibility: visible;
}

.rt-doc h1[id],
.rt-doc h2[id],
.rt-doc h3[id],
.rt-doc h4[id],
.rt-doc dt[id] {
    position: relative; /* so the section anchors can be absolutely positioned */
    padding-left: 1em;
    left: -1em;
}

.rt-doc h1 a,
.rt-doc h2 a,
.rt-doc h3 a,
.rt-doc h4 a {
    color: #06C;
    text-decoration: none;
}

.rt-doc h1 a:hover,
.rt-doc h2 a:hover,
.rt-doc h3 a:hover,
.rt-doc h4 a:hover,
.rt-doc .section-anchor a:hover {
    text-decoration: underline;
}

.rt-doc h1 a:hover:after,
.rt-doc h2 a:hover:after,
.rt-doc h3 a:hover:after,
.rt-doc h4 a:hover:after {
    content: " ↑";
}

.rt-doc .section-anchor a:hover:after {
    content: "";
}

.rt-doc code {
    display: inline;
    padding: 0;
}

.rt-doc pre {
    padding-left: 1em;
    line-height: 1.2em;
}

.rt-doc pre code {
    font-size: inherit;
}

.rt-doc img {
    display: block;
    margin: 0 0 0 4em;
}

.release-notes pre {
    padding-left: 0;
    line-height: 1.2em;
}
