1div.dokuwiki table.inline td.okay {
2  background-color: #afa;
3  text-align: center;
4}
5
6div.dokuwiki table.inline td.notokay {
7  background-color: #fcc;
8  text-align: center;
9}
10