/* user id 6 = Nobody */
span[data-user-id="6"].user {
    color: black;
    background-color: orange;
    font-weight: bold;
    padding: 0.2em 1em;
    border-radius: 0.5em;
    white-space: nowrap;
}

.collection-as-table.value {
	text-align: right;
}
