dl#wishes {
list-style: square;
margin-left: 35px;
font: italic normal normal 1.4em Georgia;
line-height: 1.7em;
list-style: square;
color: #2DAEBF;
}

dl#wishes dt {
color: white;
}

dl#wishes dt:before {
content: "* ";
font-size: 1.8em;
color: #F4D34E;
vertical-align: middle;
}

dl#wishes dt.todo {
color: white;
color: #F4D34E; /* Yellow */
color: #EDB810; /* Dark Yellow */
color: #FFD966; /* Light Yellow */
color: #CC7833; /* Pastel Orange */
color: #2DAEBF; /* Turquoise Blue */
color: #A5C261; /* Pastel Green */
}

dl#wishes dt.done {
text-decoration: line-through;
color: #A53712; /* Pastel Red */
}

dl#wishes dt + dd {
color: #999;
font: italic normal normal .7em Arial;
}


