1.dokuwiki .plugin_booking {
2
3    table, td, th {
4        border: none;
5    }
6
7    form {
8        display: block;
9        margin-bottom: 1em;
10
11        fieldset {
12            text-align: left;
13            width: auto;
14
15            input, button {
16                height: 1.5em;
17                margin-right: 0.5em;
18            }
19
20            input[name=length] {
21                width: 3em;
22            }
23        }
24    }
25}
26