1div.dokuwiki div.tags,
2div.dokuwiki div.tagstop {
3    font-size: 95%;
4    text-align: left;
5}
6
7div.dokuwiki div.tags {
8    border-top: none;
9    clear: none;
10    margin-bottom: 0 0 0.1em 0;
11}
12
13div.dokuwiki div.tagstop {
14    border-bottom: none;
15    margin-top: 0;
16    margin-bottom: 0;
17}
18
19div.dokuwiki div.tags span,
20div.dokuwiki div.tagstop span {
21    background: none;
22    padding: 0px;
23}
24
25div.tags::before{
26    content: "\f02c";
27    font-family: "Font Awesome 5 Free";
28    font-weight: 900;
29}
30
31/* make it easier to select the +/- checkboxes in the tagsearch table by making them block elements */
32div.dokuwiki form.plugin__tag_search label.plus, div.dokuwiki form.plugin__tag_search label.minus {
33    display: block;
34}
35