/*table th:not(:empty), table td:not(:empty) {
    padding: 0.3rem;
}

th.done_ratio, td.done_ratio {
    min-width: 8rem;
}

.journal [id^="note-"] {
    border-radius: 4px;
    padding: 0rem;
    position: relative;
    font-size: 0.875rem;
}

.journal .contextual {
    display: flex;
    position: absolute;
    top: 0rem;
    right: 0rem;
}

.journal .wiki {
    border-radius: 4px;
    padding: 1rem;
    background: #fff;
    font-size: 0.9375rem;
    color: #434d59;
    margin-left: 1rem;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(0 0 0 / 10%);
    border: 1px solid #eaedf2;
}*/