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

table.versions th.head:nth-child(1) {
    text-align: center;
}

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

table.cloud-service th.head {
    padding: 8px;
}

table.cloud-service th.head:nth-child(1) {
    text-align: center;
    padding: 8px 16px;
}

table.cloud-service td {
    text-align: center;
}

table.cloud-service td:nth-child(n+2) {
    font-weight: 700;
}

table.image-format th.head:nth-child(4) {
    text-align: center;
}

table.image-format td:nth-child(2), table.image-format td:nth-child(3) {
    font-weight: 700;
    text-align: center;
}

table.miscellaneous-image th.head {
    text-align: center;
    padding: 8px;
}

table.miscellaneous-image td:nth-child(n+2) {
    font-weight: 700;
    text-align: center;
}

ul.compressed dl dt {
    margin-bottom: 0px;
}

ul.compressed dl dd {
    margin-bottom: 8px;
}