/* not used by admin interface ! */
table {
    border-collapse: collapse;
}

th {
    color: white;
    background-color: black;
}

tr:nth-child(odd) {
    background-color: #fefefe;
}

tr:nth-child(even) {
    background-color: #fafafa;
}

td, th {
    border: 1px solid #808080;
}

.token {
    font-family: monospace;
    line-break: anywhere;
}
