body
{
    counter-reset: ;
}

#tc-contents
{
    margin-left: 4.5em;
    margin-right: 4.5em;
}

.numbered::before
{
    counter-increment: ;
}

p
{
    margin-top: 1em;
    margin-bottom: 1.5em;
}

ol
{
    list-style: lower-alpha;
}

.address
{
    display: flex;
    flex-direction: column;
    font-weight: bold;
    margin-left: 1.5em;
}