:root,
:host {
    --pico-font-size: 120%;
}

header, footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: var(--pico-spacing);
    margin-bottom: var(--pico-spacing);
}

footer {
    justify-content:flex-end;
}

header a {
    width: 60px;
    height: 60px;
}

select {
    margin-bottom: 0;
}

td {
    padding: 1rem 1rem;
}

td:first-child
{
    padding-right: 0;
}

td.action
{
    width: 1px;
    white-space: nowrap;
}

button:not(.outline), a[role="button"]:not(.outline)
{
    border: none !important;
}

a.context
{
    color: var(--pico-muted-color);
}
