+ white-space: nowrap;
+
+ a {
+ color: currentColor;
+ }
+ a:hover {
+ color: inherit;
+ }
+
+ &.filter-category-epoch {
+ background: $teal;
+ color: white;
+ }
+ &.filter-category-kind {
+ background: $red;
+ }
+ &.filter-category-genre {
+ background: $green;
+ }
+ &.filter-category-set {
+ background: white;
+ color: black;
+ border: 1px solid #888;
+
+ &:after {
+ content: '';
+ font-family: 'wl' !important;
+ font-size: .9em;
+ margin-left: 3px;
+ color: $red;
+ }
+ }