
@media only screen and (max-width: 47.9375rem) {
.nx-table-list-cell.nx-table-list-tag-cell, .nx-table-list-cell.nx-table-list-subtle-cell {
    align-items: center;
    justify-content: center;
    width: 100%!important;
    text-align: center;
}
.nx-table-list-row.header:hover, .nx-table-list-row.header {
    background-color: inherit;
    display: none;
}
}