/* Liststyle.css */

.no-bullets {
  list-style-type: none; 
}

/*Style for crossed off items*/
.co {
	text-decoration:line-through;
	color: gray;
	opacity: 0.7;
}

.started{
	color:orange;
	font-weight:bold;
}

