/* CURSORS */
.tt-cursor-pointer {
    cursor: pointer;
}

.float-right {
    float: right;
}

/* TABLES */
.table-row-archived {
    opacity: 0.6;
    text-decoration: line-through; /* optional */
}
