1.dokuwiki .plugin_tabbox.js {
2    position: relative;
3    margin-bottom: 1em;
4
5    ul.tabs li.active a {
6        background-color: @ini_background_alt;
7        color: @ini_text;
8        text-decoration: none;
9        font-weight: normal;
10
11        z-index: 2;
12        border-bottom-color: @ini_background_alt;
13
14    }
15
16    div.tabboxtab {
17        background-color: @ini_background_alt;
18        border-left: 1px solid @ini_border;
19        border-right: 1px solid @ini_border;
20        border-bottom: 1px solid @ini_border;
21
22        padding: 1em;
23    }
24
25    div.secedit {
26        position: absolute;
27        margin-top: 0;
28        top: 0px;
29        right: 0;
30    }
31
32}