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
11.doodle__edit {
12  background:url(../../../lib/images/pencil.png) top right no-repeat;
13  width: 20px;
14  height: 20px;
15  padding: 0 0 0 10px;
16  cursor: pointer;
17  border: 0;
18  color: rgba(0, 0, 0, 0);
19}
20
21.doodle__delete {
22  background:url(../../../lib/images/del.png) top right no-repeat;
23  width: 20px;
24  height: 20px;
25  padding: 0 0 0 10px;
26  cursor: pointer;
27  border: 0;
28  color: rgba(0, 0, 0, 0);
29}
30