td.actions,
th.actions {
    /* width: min-content; */
    width: 1%;
    text-wrap-mode: nowrap;
    text-align: right;
}

td.code {
    text-wrap-mode: nowrap;
}

td.actions a:not(:last-child),
button:not(:last-child) {
    margin-right: 5px;
}

td.actions form button {
    margin-right: 5px;
}

td.cost {
    font-family: monospace;
    text-align: right;
}

.user-select {
    width: 200px;
}
