body {
    color: #404040;
}

h1, h2, h3, b {
    color: #404040;
}

a {
    color: #008AFF;
    text-decoration: none;
}

article h1 {
    font-size: 1.7rem;
    margin-top: 1em;
}

article h2 {
    font-size: 1.4rem;
}

article table {
    margin-top: 1em;
    margin-bottom: 1em;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
}

article table, article th, article td {
    border: 1px solid rgba(55, 53, 47, 0.09);
    border-collapse: collapse;
}

article th, article td {
    font-weight: normal;
    padding: 0.25em 0.5em;
    line-height: 1.5;
    min-height: 1.5em;
    text-align: left;
}

article td {
    height: 29px;
    min-width: 120px;
}
