.tasks-form {
    width: 100%;
}
#tasks-table td {
    vertical-align: top;
}
.task-text-field {
    overflow: hidden;
    max-width: 300px;
    height: 50px;
    padding: 3px;
    border: none;
}
.sorting-cell {
    color: transparent;
}
#tasks-table textarea,
#tasks-table input[type=text] {
    background-color: rgba(255,255,255,0.3);
    border-radius: 0;
    width: 100%;
}
.task-row {
    transition: all 0.4s ease-in-out;
}
.task-row.changed {
    box-shadow: rgba(0, 200, 0, 0.5) 0px 0px 0px 9999px inset;
}