ul.filterList {
    justify-content: center;
    display: flex;
    list-style-type: none;
}

li.filterList {
    padding-left:min(5%,15px);
    padding-right:min(5%,15px);
}

table {
    width: 100%;
    border-collapse:collapse;
}

tr td {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    padding-top: .25em;
    padding-bottom: .25em;
}

tr:hover td{
    background-color: #00000020;
}