.toasts {
    padding: .5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    position: absolute;
    right: 0;
    top: 0;
}

body.hide-empty-results table tr.empty{
    display: none;
}

body.hide-errored-results table tr.error{
    display: none;
}

.table-stripes>tbody>tr:not(.error):not(.empty):nth-of-type(odd)>*{
    background-color: rgba(0, 0, 0, 0.05);
}