article table {
    display: table;
    width: 100%;
}

article table th,
article table td
{
    text-align: center;
}

article code {
    font-size: 0.75em;
}