h1 {
    margin-bottom: 40px;
}

table.cdn-links {
    font-size: 16px;
    border: 1px solid #ddd;
    width: 100%;
    margin: 40px 0;
}

table.cdn-links th, table.cdn-links td {
    padding: 5px 10px;
}

table.cdn-links th {
    text-align: right;
}

pre code {
    font-size: 16px;
}

code {
    font-size: 16px;
    color: #555;
}

table.defs {
    margin: 20px 0;
    font-size: 16px;
}

table.defs code {
    font-size: 14px;
}

table.defs td, table.defs th {
    padding: 5px 10px;
}

table.defs th {
    text-align: right;
    color: #333;
    white-space: nowrap;
}

pre code.fn {
    background-color: #eee;
    margin: 60px 0 20px 0;
}

pre code.fn.after-h {
    margin-top: 30px;
}
