a {
    color: var(--link-color-01);
}

#tag-header {
    color: var(--text-color-06);
}

#below-threads-actions {
    width: 80vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 8px;
}
#board-button-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#button-perform-sort {
    padding: 2px 4px;
    text-decoration: none;
    font-weight: bold;
    border: 2px var(--border-color-01) outset;
    border-radius: 4px;
    color: var(--link-color-01);
    font-size: 12pt;
    background-color: transparent;
    cursor: pointer;
}