.table
{
    margin-bottom: var(--default-space-between);
}
.table .name,
.table .duration
{
    white-space: nowrap;
}

.table-striped tbody tr:nth-of-type(odd)
{
    background-color: var(--default-background-color-active);
}