Local CSS

 LW2Reader.ToDo,LW2Reader.EAForumToDo
.todoform, .todoform input, .todoclean, .notes-feed-list {
	font-family: Futura, Verdana, sans-serif;
	font-weight: 300;
}
.todoform {
	color: #999;
	font-size: 80%;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	display: inline-block;
}
.todoform input {
	font-weight: normal;
	border: 0;
	border-bottom: 1px solid #ddd;
	font-size: 1.3em;
	width: 500px;
	margin-left: 0.5em;
	color: #00c;
}
.todoform input:focus {
	outline: none;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 1px 1px #ccc;
}
a.tododone,
a.todoclean,
#wikitext a.todoclean:visited,
a.todoundo,
#wikitext a.todoundo:visited {
	display: inline-block;
	padding: 1px 6px 2px 6px;
	text-transform: lowercase;
}
a.todoundo,
#wikitext a.todoundo:visited {
	color: #004cbb;
}
a.tododelete,
a.tododone,
a.todoclean,
#wikitext a.todoclean:visited {
	color: #999;
	text-decoration: none;
}
a.tododone {
	background-color: #eee;
	border-radius: 5px;
}
a.tododelete,
#wikitext a.tododelete:visited {
	margin-left: 1.5em;
	margin-right: 0.5em;
	color: #ff009f;
	font-size: 0.9em;
	text-transform: lowercase;
}
a.tododone,
#wikitext a.tododone:visited {
	color: #009b6c;
}
a.todoclean {
	margin: 0 0.5em 1em 1.5em;
}
a.tododone:hover,
a.todoclean:hover {
	background-color: #fcc;
}
#wikitext a.tododone:hover,
#wikitext a.todoclean:hover,
#wikitext a.tododelete:hover,
#wikitext a.todoundo:hover {
	border: none;
}
a.tododelete:hover {
	text-decoration: underline;
}
.tododone del {
	opacity: 0.2;
	text-decoration: none;
}
#wikitext .notes-feed-list {
	list-style-type: none;
	list-style-image: none;
	margin-left: 8em;
}
.notes-feed-list li {
	position: relative;
	margin-bottom: 0.5em;
}
.notes-feed-list li a.tododone,
.notes-feed-list li a.todoundo {
	position: absolute;
	left: -4em;
	top: 0;
}
.notes-feed-list li a.tododelete {
	position: absolute;
	left: -10em;
	top: 3px;
}
div#htoc {
    display: inline-block;
    padding: 4px 10px;
}
div#htoc h3 {
    margin: 0.125em 0 0.25em 0;
}
div#htoc ul {
    margin: 0 0 0 0.25em;
}
div#htoc ul li {
    margin: 0;
}