.vs {
text-transform:uppercase;
font-size:12px;
display:block !important;
clear:left;
margin-left:0 !important;
color:#000;}

#sched-sidebar-filters li a, #search-listing li a {
   text-decoration: none;
   position: relative;
   display: block;
   overflow: visible; /* Change to visible to allow text to show */
   white-space: normal; /* Allow text to wrap */
   text-overflow: ellipsis; /* Add ellipsis if text overflows */
   padding-right: 25px;
   width: 100%; /* Adjust width as needed to fit content */
   box-sizing: border-box; /* Ensure padding is included in width calculation */
}