table.versions th.head {
    min-width: 75px;
    text-align: right;
}

table.versions th.head:first-child {
    text-align: center;
}

table.versions td {
    text-align: right;
}

table.center th, table.center td {
    min-width: 50px;
    text-align: center;
}

.block-list a, .block-list .rst-content dl dt {
    font-weight: 400;
}

.block-list .line {
    font-size: 90%;
}

.installation-workspace .caption-text {
    color: crimson;
}

.installation-workspace pre {
    font-weight: 700;
    color: peachpuff;
}

section.release-notes > h2 {
    color: white;
    font-size: 125%;
    padding: 6px 8px;
    background-color: steelblue;
    border: 2px solid cornflowerblue;
}