th, li {
    white-space: nowrap;
}

th {
    width: 0;
}

table[role="grid"] td {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.error-message {
    color: red;
    display: block;
}

.ui-menu .ui-menu-item {
    list-style: none;
}

.material-icons-sharp {
    vertical-align: text-top;
}