.ctasks-table {
    width: 100%;
    border-collapse: collapse;
}
.ctasks-table th, .ctasks-table td {
    border: 1px solid #ccc;
    padding: 8px;
}
.ctasks-table td[contenteditable] {
    background-color: #ffffcc;
}
