/*This will work on every browser*/
.table-fixed thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background-color: #000;
    color: #fff;
}


.taglist {
  display: inline;
  list-style: none;
  padding-left: 0px;
}

.taglist li {
  display: inline-block;
}

.taglist li:not(:last-child):after {
  content: ", ";
}

a.underline-dash {
     border-bottom: 1px dotted #ba0000;
}
a.underline-dash:hover {
     border-bottom: 1px solid #ba0000;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}

@media screen and (max-width: 600px){
  .grouped {
    flex-wrap: wrap;
    }
}
