<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*general conf*/

.tagLinks {
    cursor: pointer;
    display: block;
    padding: 0;
}

.tagListElements {
    list-style: none outside none;
}

.tagsListZone, .tagsZone {
    background-color: white;
    width: 100%;
    height: 100%;
}

.taghighlighted {
    background-color: #EBEBEB;
}

.tagsList {
    margin: 0;
    padding: 0;
}
</pre></body></html>