#cwd-grid td.cwd-tile-highlight
{
    background-color: #FF0 !important;
}

#cwd-grid td.cwd-tile-cursor
{
	background-color: #FFE600 !important;
    border-color: Blue !important;
}

#cwd-grid td.cwd-tile-correct
{
    background-color: Lime !important;
}

#cwd-grid td.cwd-tile-incorrect
{
    border-color: Red !important; 
}

.cwd-clue-highlight
{
    font-weight: bold;
}
