html, body {
    --pico-primary: #3cac49;
    --pico-primary-background: #3cac49;
}

nav img.logo {
    height: auto;
    max-width: 4rem;
}

small {
    font-size: 0.75em;
}

h1 small, h2 small, h3 small {
    color: var(--pico-h3-color);
    margin-left: 0.5rem;
    font-size: inherit;
    font-weight: normal;
}

.heading-button {
    float: right;
    margin-left: 0.5rem;
    margin-top: calc(-0.5 * var(--pico-form-element-spacing-vertical));
}

.bg-positive { background-color: rgba(57, 135, 18, 0.4); }
.bg-negative { background-color: rgba(238, 65, 46, 0.4); }

.overflow-auto table {
    text-wrap: nowrap;
}

.grid button, .grid [role="button"], .grid [type="submit"] { margin: 0; }
