.small-return {
    font-size: 0.8em;
}
.small-return::after {
    content: " ↩";
    font-size: 0.8em;
    margin-left: 2px;
}

#toc table {
    font-size: 0.85em;
    width: 100%;
    border-collapse: collapse;
}

#toc table th, #abilities-table table td {
    padding: 8px 12px;
    /* border: 1px solid #ddd; */
    vertical-align: top;
}

/* #abilities-table table th {
    background-color: #f5f5f5; 
    font-weight: bold;
} */

#abilities-table table td:first-child {
    white-space: nowrap;
    min-width: max-content;
}

/* #abilities-table table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#abilities-table table tr:hover {
    background-color: #f0f0f0;
} */