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