div#ghtestCanvas ul.answers { list-style: none; padding: 0; margin: 0; }
div#ghtestCanvas ul.answers li { margin: 0px; }
div#ghtestCanvas ul.answers li a { display: block; padding: 4px; text-decoration: none; color: #6A6724; font-weight: bold; }
div#ghtestCanvas ul.answers li a:hover { background-color: #EFECD9; }

ul.counterContainer { height: 25px; list-style: none; padding: 0; margin: 5px 5px 20px 5px; width: 360px; }
ul.counterContainer li { display: inline; float: left; width: 24px; height: 22px; text-align: center; margin: 2px; color: black; }
div#ghtestCanvas ul.counterContainer li.done { color: white; background-color: #333; border: 1px solid #000; }
div#ghtestCanvas ul.counterContainer li.normaal { background-color: #eee; color: #aaa; border: 1px solid #888; }
div#ghtestCanvas ul.counterContainer li.current { color: white; background: #00940F; border: 1px solid #00940F; }

div#ghtestCanvas p.resultText { margin-top: 20px; }