aside h2 {
    display: inline-block;
    color: var(--green);
    background: white;
    margin: 0;
    padding: 0.3rem 0.5rem;
}

aside table {
    margin-top: 0;
}

aside tr td:first-child {
    white-space: nowrap;
    text-align: right;
    padding-right: 0.4em;
    font-weight: bold;
}

aside tr.subevent td:first-child {
    font-weight: normal;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
