/*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;
}
