/* Extra micro-interactions */
#sendBtn { transition: transform .05s ease, box-shadow .2s ease; }
#sendBtn:hover{ box-shadow: 0 10px 24px rgba(0,0,0,.25); }
#tasksTable th{ user-select: none; }
#tasksTable th:hover{ text-decoration: underline; }