/* CSS Document */

span.deleter {color:#F00; font-weight:bold; margin-left:10px; cursor:pointer; }

.completed .todo_text { text-decoration:line-through; }

.todo_text { cursor:pointer; outline:none;}