﻿div.container-main div.filterable-list a,div.container-main div.filterable-list a:visited{display:block;border-radius:var(--border-radius);padding:2px;padding-top:5px;padding-bottom:5px;transition:all .3s ease-in-out;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}div.container-main div.filterable-list a:hover{background-color:var(--color-list-hover)!important;color:var(--color-text)!important;}div.container-main div.filterable-list a i{margin-right:10px;margin-left:10px;}div.container-main div.filterable-list a img.profile-picture{width:35px;height:35px;border-radius:var(--border-radius);border:var(--small-profile-picture-border-size) solid var(--color-border);margin-top:3px;margin-bottom:3px;margin-left:6px;}div.container-main div.filterable-list p{margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}